can anybody tell me a simple uploading asp script?

Abby

New member
I am doing a web server assignment I just can't find a simple asp upload script. This there anybody that can help?
 
I would suggest using the AsyncFileUpload control within the ASP.NET AJAX Control Toolkit. I recently used it to allow the upload of photos to my Web server.
 
Back
Top