views:

51

answers:

0

I have basic form site with swfupload.swf upload component. In this form I only use swfupload single file html basic upload feature - meaning that only one file uploaded at time - this was done in order to make sure it works on all browsers - i had lots of problems with multiple file flash upload.

I would like to view the uploaded image when the upload is finished on the same website without reloading the whole site. I would like to do this through Ajax/jQuery.

Purpose is that user can continue interaction (fill-in form) after choosing the upload file - instead of waiting for single image upload to finish - this would improve usability greatly.

Any ideas and support very welcome.