ASP.NET multiple file uploader

Izi

Izi

Soldato
Joined
9 Dec 2007
Posts
2,718
I came across a site a couple weeks ago which i thought I had booked marked which demod a multiple file upload with progress bar

I know of SWF upload, but it wasnt this one.

Does anyone know of other flash/ajax/.net uploaders?
 
found it, uploadify....

Have used that a lot recently. If you lok on the showcases section the website, I wrote a bit about my simple implementation - storing uploaded files to database and returning the results to the page :)
 
Have used that a lot recently. If you lok on the showcases section the website, I wrote a bit about my simple implementation - storing uploaded files to database and returning the results to the page :)

have u got a direct link? i am being blind.

I managed to get it working using an HTTP handler and storing the data in a binary db field - works a treat.

Would be good to see how you got the last uploaded items after upload, thats what i was going to do next.
 
Back
Top Bottom