Click to See Complete Forum and Search --> : Attached files


Perry
02-03-2003, 03:46 PM
Hi there,

In a simple HTML form, I'm trying to insert an option where readers could select files grom their hard drive to be sent with the form.

Anyone know of any JS codes out there, that could do this the simple way ? (Much like the one on these pages, how does it work ?)

I've tried with PHP but my ISP does not allow this method for obvious security reasons.

Thanks so much

Perry

pyro
02-03-2003, 04:50 PM
You will have to use some sort of server side language to handle file uploads. If you server doesn't allow PHP, perhaps Perl would work...