After installing the SWF Tools module to upload and playback some SWF files in a site, I found I coulnd't upload files bigger than 8MB. At first I thought using FTP for the file upload, but the SWF tools does not allow the user to set the URL of the file. Instead trying a more elaborated solution, I just changed the following 2 values in my php.ini file:
upload_max_filesize=15MB
post_max_size=15MB
establishing the maximum amount of MB allowed per file attached to 15MB instead of the original 8MB.
Hope this works for you!

Comments
Post new comment