PDA

View Full Version : how to upload image files to a web directory through file field?


wanye
11-04-2002, 10:51 AM
hi all, how do i actually upload image files to a particular web directory through a file field ..?

dominicall
11-04-2002, 12:37 PM
You can use the file system object to do it but may get more functionality using a 3rd party component. Do a google search for ASP file upload components.

Personally I use ASPupload from Persits Software (www.persits.com). There's a lot of methods built in. They also have a component called ASPJpeg that can take the uploaded file and 'edit' in immediately after it's uploaded, i.e. resize, sharpen, blur, etc....

Very handy.

Dominic :D

whammy
11-04-2002, 11:45 PM
There's also a free one that was recommended to me here:

http://www.dundas.com

P.S. This question is asked a lot, you may find more answers by searching the forum (which you should always do first before posting - it's in the rules!).

:D