HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Uploader 1.2

Upload and attach files and images. Based on the classic FileUpload plugin by @Todd

Also Adds a settings page where you can set what file types you allow.

Thanks to peregrine for the fixes to make this work and to Bleistivt for the settings to change file types allowed.

version 1.2 I added a utility thumbnail folder with a utility image that shows when the image dimensions are too large to make a thumbnail. The image can still be inserted and the link to the full size image works. Just that no thumbnail gets made if the image is bigger than 1000px wide.

version 1.3 fixed the css for the utility thumbnail

Remember to give permissions to upload and download in the dashboard under roles and permissions.

IMPORTANT

I discovered a bug with Uploader which has to do with the php.ini settings I added the file to the forum root folder to see if the settings corrected the problem and it seems they do.

It will be required to edit the settings to the php.ini so that FileUpload and Uploader, based on it, work as they should with large files.

memory_limit = 128M
upload_max_filesize = 10M
post_max_size = 10M

Screenshots

Questions