Uploading image using multipart form data question
dlado
Registered Users Posts: 11 Big grins
Hi David,
I have a question regarding uploading photos.
I sow in the API that you have the posibility to upload photos using the endpoint http://upload.smugmug.com/photos/xmladd.mg that use multipart form data.
I saw the parameters and it seems that oAuth is not allowed, isn't it ? receives the SessionID
do you have any example of the post data I have to send??
Not only for Multipart but also for Raw HTTP Post or HTTP put.
Thanks in advance!
Damian Lado
I have a question regarding uploading photos.
I sow in the API that you have the posibility to upload photos using the endpoint http://upload.smugmug.com/photos/xmladd.mg that use multipart form data.
I saw the parameters and it seems that oAuth is not allowed, isn't it ? receives the SessionID
do you have any example of the post data I have to send??
Not only for Multipart but also for Raw HTTP Post or HTTP put.
Thanks in advance!
Damian Lado
0
Comments
Yes, at this point, we don't support OAuth for multi-part POST.
Here's a simple example of both a raw POST and PUT using OAuth in javascript...
Raw POST
PUT
Let me know if you have any questions.
Cheers,
David
SmugMug API Developer
My Photos