Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

swfUpload Error "There was a problem with the upload. The server did not accept it."


Go to End


11 Posts   15660 Views

Avatar
merrick_sd

Community Member, 99 Posts

10 November 2010 at 10:34pm

I added upload_max_filesize and post_max_size to the .htaccess file and this solved.

example:
php_value upload_max_filesize 30M
php_value post_max_size 30M

Avatar
UncleCheese

Forum Moderator, 4102 Posts

11 November 2010 at 3:30am

Can you try switching to the Uploadify module? http://www.leftandmain.com/silverstripe-modules/2010/08/26/uploadify/

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com

Avatar
TM Charles

Community Member, 2 Posts

12 May 2017 at 2:51am

Does anyone know why I cannot get an mp4 file larger than 30M to upload? I'v had my IT guy increase the upload and post max file size to 75M and yet I cannot upload anything over 30M.

Go to Top