Need of proper flash photo uploader code

Asked By 0 points N/A Posted on -
qa-featured

 

Using code in AS3 to upload flash photos that have sizes of more than 2mb, I am uploading multiple photos. My problem is, the upload did not finish. It is stuck midway. What could be the reason for this? What could be the right flash photo Uploader code?

SHARE
Answered By 0 points N/A #170168

Need of proper flash photo uploader code

qa-featured

 

There are some ways to attach / upload pictures.

1. Use the FileReference Class to upload an image.

2. PHP encodes uploading image code.

3. jQuery

If you use the templates that come with jQuery-File-Upload, you can add in your own fields that appear when each item is added to the queue. The plug-in will need to know about these fields, so you can use the callback to add more data.

These are the some ways which can be used to upload an image file. The code is attached in text file.

 

Related Questions