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.

Archive /

Our old forums are still available as a read-only archive.

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

'Nothing to upload' problem when uploading large files


Go to End


1562 Views

Avatar
Jan

Community Member, 9 Posts

6 April 2008 at 4:55am

Hi,

when you're using the CMS to upload some big files and get the 'nothing to upload' error/message then you need to increase the maximum filesize you can upload as follows (in your php.ini) :

; Maximum allowed size for uploaded files.
upload_max_filesize = 100M

Hope it helps for you also.