Here's what I need.
I have an ASP.NET public internet facing website. Dumb arsed members of the public can upload photos.
Currently uses std means of uploading one photo at a time.
Problem is that idiot users try and upload photos straight from their 12 mega-pixel camera and so try and upload a huge file which
1. Takes forever
2. Crashes ASP.NET (see PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control)
What I need is:
1. Ability to upload multiple photos at once with progress bar on upload.
2. Ability to resize photos on the client browser BEFORE uploading to server.
3. Ability to preview photos on client before upload.
4. Ability to reject photos that are not photos (thick people uploading powerpoint and word files) before uploading
I've even had idiot users trying to upload a 1 GB word document full of photos and say it does not work.
Now, this looks perfect for me:
Flash Uploader Control for Web 2.0 Sites - Aurigma
However I'm not paying $500 per webtulipe! Dream on!
So anything that does resize (and other clever stuff client side) of photos before upload, thumbnails selected photos client side in all web browers and then multiple uploads with progress that is cheap. This is probably going to be a Flash component running in the browser.
Cool. Thanks.
I have an ASP.NET public internet facing website. Dumb arsed members of the public can upload photos.
Currently uses std means of uploading one photo at a time.
Problem is that idiot users try and upload photos straight from their 12 mega-pixel camera and so try and upload a huge file which
1. Takes forever
2. Crashes ASP.NET (see PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control)
What I need is:
1. Ability to upload multiple photos at once with progress bar on upload.
2. Ability to resize photos on the client browser BEFORE uploading to server.
3. Ability to preview photos on client before upload.
4. Ability to reject photos that are not photos (thick people uploading powerpoint and word files) before uploading
I've even had idiot users trying to upload a 1 GB word document full of photos and say it does not work.
Now, this looks perfect for me:
Flash Uploader Control for Web 2.0 Sites - Aurigma
However I'm not paying $500 per webtulipe! Dream on!
So anything that does resize (and other clever stuff client side) of photos before upload, thumbnails selected photos client side in all web browers and then multiple uploads with progress that is cheap. This is probably going to be a Flash component running in the browser.
Cool. Thanks.
Comment