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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP bulk file uploader script, zip or other method?

Status
Not open for further replies.

ro6er

Programmer
Jul 1, 2003
76
ASP bulk file uploader script, zip or other method? Any one know of such a script? Also something that doesn't require any server side installing

Thanks in advance,

Roger
 
I've looked in the past for the same thing and have always found that you do need to install a component on the server to acheive this...

It's not a limitation of server side code as much as it is a limitation of HTML in general.



--------
GOOGLE is a great resource to find answers to questions like "how do i..."

If you don't know exaclty what you want to do or what to search on, try Google Suggest: --------
I have recently been semi-converted to ensuring all my code (well most of it) works in both javascript and non-javasc
 
Thanks for the reply, don't suppose you remember the name of the script you used? I've been google'ing for ages with minimal success. I've found one or two but they cost around $100..
 
$100 is cheap - you think about programming costs and the price makes sense.

I charge my clients $50/hr and if I were to sit down and write something from scratch it would take A LOT more than 2 hours to do so.



--------
GOOGLE is a great resource to find answers to questions like "how do i..."

If you don't know exaclty what you want to do or what to search on, try Google Suggest: --------
I have recently been semi-converted to ensuring all my code (well most of it) works in both javascript and non-javasc
 
I use AspUpload from Persits for simple file uploads - which can include a progress bar. The server install is easy and the software very good.

They do have 'bulk uploads' too where you need clients to accept a control to run locally - I have not used that, too many of my clients will not allow this.


Regards

Griff
Keep [Smile]ing

There are 10 kinds of people in the world, those who understand binary and those who don't.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top