21310 Posts in 5739 Topics by 2604 members
General Questions
SilverStripe Forums » General Questions » Upload (too large) Image - SecurityID doesn't match, possible CSRF attack.
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1427 Views |
-
Upload (too large) Image - SecurityID doesn't match, possible CSRF attack.

26 May 2010 at 12:56am Last edited: 26 May 2010 1:14am
Hi,
I have a dataobject, administered by the great ModelAdmin, that scaffolds the
$static $has_one = array('MyImage' => 'Image');
this fives a very nice ajaxy upload and see the image, but when the image is larger than the file...
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 2Mthen I get the message "SecurityID doesn't match, possible CSRF attack." after I select the too large image from my computer and select 'attach image'...
I would be very grateful for any help one this please.
Barry
p.s. I should mention this is on 2.4.0
-
Re: Upload (too large) Image - SecurityID doesn't match, possible CSRF attack.

5 October 2010 at 11:58am
I got the same error when uploading large files (videos) to a site I was working on. I had to modify the php.ini file used by the server; specifically, the post_max_size, upload_max_filesize and memory_limit variables. I adjusted them to values that would fit the files I was uploading.
| 1427 Views | ||
|
Page:
1
|
Go to Top |


