ASP file upload

P

Panda On Smack

Guest
anyone know a simple bit of asp code so i can upload a file to a server via the browser and a form file chooser box.

cheers
 
U

[UKLans]Khan

Guest
ASP doesn't have a native file upload facility. You either need a .dll installed on the server or use a pure asp file upload facility. There is a very good FAQ over at www.4guysfromrolla.com (one of the best asp resource sites on the net):

http://www.aspfaqs.com/aspfaqs/ShowCategory.asp?CatID=19

This takes you through either using a DLL or a pure asp file upload.

ASP.Net does inherently support file upload... they learnt from their mistakes :)

Khan
 

Users who are viewing this thread

Top Bottom