Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upload images 1 at a time or all?

Status
Not open for further replies.

DrumAt5280

Technical User
Sep 8, 2003
194
US
I am creating a site where people can upload images to my site. I am allowing 15 photos.

I am interested to know what everyone thoughts are:

1. Upload one image at a time. (disadvantage is if uploading 15 photos the user needs to babysit the computer during each upload)

2. Upload all images at once. (disadvantage is the user connection could fail in the case of dail-up during the process)
 
You might be able to tweak your server-side code to upload a bulk number of images one at a time... so if the connection fails, the ones that have uploaded are remembered. I'd ask about this in the forum for whatever server-side technology you are using.

Hope this helps,
Dan



[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top