Click to See Complete Forum and Search --> : File upload ASP


ranjistinos
01-27-2006, 07:01 AM
Hi all

I’m at the learning stage of ASP.

I have an educational website. From this site I would like registered learners to be able to upload files so that I can view them and give them feedback on problems etc. Files such as JPEGs, Doc etc. I am using an access database.

Could someone suggest a way in which I could achieve this or if there are any good tutorials or samples I could view/download?

Thanks in advance

zingmatter
01-27-2006, 09:25 AM
Go to FreeASPUpload:
http://www.freeaspupload.net

abdul
01-29-2006, 04:20 AM
well you can go for sqlserver so that it becomes easdy than by ms-access

Bullschmidt
01-29-2006, 04:12 PM
And here is a pure ASP (i.e. no components) resource for letting the user upload one or more files to the server which is something that was unfortunately not built into ASP:

ASP File Upload Using VBScript by John R. Lewis
http://aspzone.com/articles/160.aspx

The above free code has worked well for me and you can copy and paste the code sample which is white on gray (what were they thinking?) or just highlight it and it becomes black on white.

chrismartz
01-29-2006, 04:47 PM
FreeASPUpload is a pure ASP script.