Skip to main content
Inspiring
April 19, 2014
Question

How do I upload data alongside my image upload?

  • April 19, 2014
  • 1 reply
  • 333 views

How do I upload additional variables alongside an image upload? My code doesn't seem to be working.

                    temp.upload(new URLRequest(serverURL));

                    var variables:URLVariables = new URLVariables();

 

                              variables.my_name = "Jackson" ;

                              variables.my_state = "Missisippi" ;

 

                    var request:URLRequest = new URLRequest(serverURL);

                    request.method = URLRequestMethod.POST;

 

                    // Put parameters into request.data

                    request.data = variables;

 

                    // Perform the upload

                    temp.upload(request);

Thanks!

This topic has been closed for replies.

1 reply

faraday1987
Participating Frequently
April 19, 2014

hi, i dont know if this can help you, i made the script to upload image and data. hiere is the files check if this help you.
if no please explain more your question.

FIles atached: http://www.faraday.mx/Adobe/uploadPicAndData.rar

regards.