Can you directly upload an image from a URL or from a site using ASIFormDataRequest? like this?
[request setFile:@"http://www.someKindOfSite.com/folder/folder/imageHere.jpg" forKey:@"image"];
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you can’t, you have to download the file first and then upload it. Unless the server side code that receives the upload would accept a URL as a parameter and download the file itself.