Click to See Complete Forum and Search --> : uploading images with ASP


aussie girl
09-05-2006, 09:56 PM
Hi All,

I'm new to ASP (prefer PHP) but I'm doing an intranet, its with IIS6.
Server 2003. I'm looking for a simple upload file that will do this, I have seen tutorials where there is about 15 classes that you have to incorporate or register the COM and dll files such as aspSmartUpload, is there such a thing as a simple upload code?
Thanks
AG

Terrorke
09-06-2006, 01:23 AM
Mostly you will need a component. This has to be registered.

Here's a link to an article about aspupload.
http://www.asp101.com/resources/aspupload.asp

This maybe help

russell_g_1
09-06-2006, 02:20 PM
you could try this.

http://www.asp101.com/articles/jacob/scriptupload.asp

it's a purely asp solution that means you won't need to register any com components.

i think i've tried it and it worked but it was ages ago. i use persits aspupload at work.