Ken wrote: > Hi. I have a form that lets users upload multiple images from one > page. Basically a set of Browse buttons, and a Upload button. > > I want to show to the users in a small pop-up window, the file being > uploaded, if possible with a progress bar. > So, it should show filename being uploaded, with a progress bar. Then > jump to next image, and so on, until its done uploading all images. > What should i use to achieve this? Javascript? Any code you can share? > Thanks, > K >
Not really. Binary files are sent in the headers of the HTTP request. A web server doesn't usually pass off the request to a CF server until the entire request has been received, and as such you'd probably have to modify your web server to pass off requests in order to be able to provide a proper "progress bar". -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Blue Dragon Alliance Member [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244694 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

