Forum Moderators: coopster

Message Too Old, No Replies

User Uploading

which script?

         

Stidd

2:39 pm on Apr 21, 2003 (gmt 0)

10+ Year Member



Hey all,
Any suggestions on which free script to use to allow users to upload images? I would like to have a 'cap' on the file size and only take in images.... I know it makes my site vulerable to virii and all which is why I'm askin' the experts... :-)

Stidd

2:43 pm on Apr 21, 2003 (gmt 0)

10+ Year Member



Actually, A Form allowing a File Attachment and Emailed to an email address, this would probably work Better right? Are there forms that have a 'browse' button?

jatar_k

5:21 pm on Apr 21, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Take a look at Birdman's script in
Bag-O-Tricks for PHP II [webmasterworld.com]

it's post 29

senior mcinvale

5:27 pm on Apr 21, 2003 (gmt 0)

10+ Year Member



<input type='file' name='foo'>

that will give you a browse button.

make sure you use the proper form elements when working with files.