Author Topic: input for thumbnail file in member_uploadform.html  (Read 3741 times)

0 Members and 1 Guest are viewing this topic.

anantchai

  • Guest
input for thumbnail file in member_uploadform.html
« on: May 12, 2002, 11:17:27 AM »
I dont want to let user upload a thumbnail image ,so I try remove the input for thumbnail file in member_uploadform.html  but failed.It said "security ..."

Any help'd be great appriciated.

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
input for thumbnail file in member_uploadform.html
« Reply #1 on: May 12, 2002, 11:33:09 AM »
Remove the input code completely:

Code: [Select]
<input type="file" name="thumb_file" class="input" />

Do not add any hidden inputs or something with the same name ("thumb_file").

Greets  Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

anantchai

  • Guest
input for thumbnail file in member_uploadform.html
« Reply #2 on: May 12, 2002, 12:55:39 PM »
I try remove it twice ,and got this message
"Error uploading thumbnail file: "
after try to upload image.