hello,
i'm unable to upload any kind of attachemend !
i put in the form tag attachemend enctype="multipart/form-data"
next in the file upload tab
i set the max file size=3000 and min filesize=0 and file upload=file1:*,*
in html i have a field
<p>foto 1 <input type="file" name="file1" id="file1" /></p>
but when i submit this form i get a strange popup
what could this mean ?
i'm unable to upload any kind of attachemend !
i put in the form tag attachemend enctype="multipart/form-data"
next in the file upload tab
i set the max file size=3000 and min filesize=0 and file upload=file1:*,*
in html i have a field
<p>foto 1 <input type="file" name="file1" id="file1" /></p>
but when i submit this form i get a strange popup
what could this mean ?
Hi Arnold,
the * wont permit everything, I found that this may be a big security hole and newbies may just use it but this way it will be very easy for a hacker to do anything at your website or database, so the * wont work, please permit any extensions you just need as the example beside this field.
Cheers
Max
the * wont permit everything, I found that this may be a big security hole and newbies may just use it but this way it will be very easy for a hacker to do anything at your website or database, so the * wont work, please permit any extensions you just need as the example beside this field.
Cheers
Max
This topic is locked and no more replies can be posted.
