php - Smf image upload troubles -


folks, kindly me.
have following issue smf 2.0.4 (latest)
user cannot upload image smallest one. other file extensions pass well.
tried following:
tracking $_files - no errors,
uploading admin, adding attachment folder, checking server free space, forum setting attachment limits set maximum. have increased possible php.ini limits. chdmod 755 folder, tried 777 attachments folder. kindly tell me wrong ?
phpinfo here http://tinyurl.com/bqxchl8

the error message follows:
your attachment couldn't saved. might happen because took long upload or file bigger server allow.

please consult server administrator more information.

3 months later, wth...

check smf admin, attachments , avatars category attachment settings located, , sure image file uploading has file extension located within comma separated list allowed attachment extensions setting.

there other setting in there need change well, such as:

max attachment folder space max attachment size per post max size per attachment max number of attachments per post

also, make sure perform extensive security checks on uploaded image attachments setting unchecked. can cause rejected image attachments, since buggy in smf.

if set of these settings 0, unlimited! therefore, no restrictions whatsoever on these.

if still have problem uploading image files, go admin -> attachments , avatars -> attachment settings , uncheck: re-encode potentially dangerous image attachments

good luck , helps.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -