|
-
May 9th, 2003, 03:10 AM
#1
File Uploading code
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
-
May 9th, 2003, 05:25 AM
#2
Re: ASp Upload
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
-
May 9th, 2003, 10:13 AM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|