Click to See Complete Forum and Search --> : File Uploading code


Rizwan Ali
May 9th, 2003, 03:10 AM
hey there.....


I am working in ASP and I need a code which can upload file on the server...... Please help me.... I am in really need of that....

REMEMBER I AM WORKING IN ASP NOT ASP.NET

Rohit Kukreti
May 9th, 2003, 05:25 AM
Hi Rizwan,

Writing a code for uploading a file in ASP would be like reinventing the wheel. You can try 3rd party tools such as ASP upload, etc. There few free one's also (try searching in google).
But remember u need to have the same upload tool @ the server where ur site is hosted.

If u want to develop ur own ASP upload then u'll have to to com prog using VB and VC++

bye,
Rohit

DSJ
May 9th, 2003, 10:13 AM
In your toolbox, go the HTML controls and use a "File Field" control. It will work form small files (it brings the file up in one big chunk, thus requires lots of server memory). If you going over 10 meg. or so you'll want to look at some other product like ABD Upload.