7911 Posts in 1354 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » swfUpload Error "There was a problem with the upload. The server did not accept it."
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | ||
| Author | Topic: | 7165 Views |
-
Re: swfUpload Error "There was a problem with the upload. The server did not accept it."

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 -
Re: swfUpload Error "There was a problem with the upload. The server did not accept it."

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
| 7165 Views | ||
| Go to Top |

