I am trying to upload an image using ASP.NET with C #. I can not send the image to the parameter source = "F: //sample.jpg". I also tried to send the image in byte format.
URL http://graph.facebook.com/album_id/photos?access_token=access_tokenvalue ;
Postal Data
source = "F: //sample.jpg"
I get an exception. Please help me deal with this issue.
Thanks in advance.
, ? , . , API Facebook, API Photo, @.
source="@F:\\sample.jpg"
Source: https://habr.com/ru/post/1779743/More articles:Grammar for Unix command line options - parsingDoes MS Access Runtime 2010 work well on a system with a previous version of Access / Office? - ms-accessStoring data in memory, what is a good way? - c #View ACCDB with Access 2010 runtime when installing Access 2007 - ms-accessTypedef redefinition (C2371) for uint32 in two third-party libraries - c ++SWT: how to create a regular button from an action - javaGeneric reflective helper method for equals and hashCode - javaHow to handle both buttons (left and right simultaneously) with JS / jQuery? - javascriptКакой ISO используется для определения countryId в локали? - javaBest way for unique random string for MySQL Long table - databaseAll Articles