file upload problem
-
i have a code which allows the user just selects file using file upload then it is first saved and then converted to flv format. But i want to show an animated picture when file upload begins and when all the conversion is done, the animated picture should hide; Thanks and regards,
-
i have a code which allows the user just selects file using file upload then it is first saved and then converted to flv format. But i want to show an animated picture when file upload begins and when all the conversion is done, the animated picture should hide; Thanks and regards,
I think you will have to use Ajax for that because if you are doing this in normal way, you will get the postback so that it doesn't matter whether the animation is showing or not.. the animation will be gone anyways. OR You can use IFRAME for that.. You can overlay the gif over the IFRAME while uploading and converting.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
i have a code which allows the user just selects file using file upload then it is first saved and then converted to flv format. But i want to show an animated picture when file upload begins and when all the conversion is done, the animated picture should hide; Thanks and regards,
yeah you should use ajax upload which is available at http://www.codeproject.com/KB/ajax/simpleajaxupload.aspx[^]
Usman Munier Xavor Corporation Pakistan