21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 559 Views |
-
Uploading Photos

5 November 2010 at 12:56am
Hi there, this may be a relatively simple question but im not a web designer and this is frustrating me.
I have created a site for a client and its all up and running but im having to change some of the images on the pages, i have logged into silverstripe CMS and am able to make changes to the information but everytime i try to upload a new image i get the message "File is not a valid upload" this is really frustrating me as i have all these images that need to go up asap for my client. -
Re: Uploading Photos

5 November 2010 at 1:12am
Also all the files im wanting to upload are simple jpgs and png files format for websites
-
Re: Uploading Photos

5 November 2010 at 2:03am
Can you upload files in the "Files & Images" section?
-
Re: Uploading Photos

5 November 2010 at 2:30am
Is there anything in a _config.php along the lines of...
Files::setAllowedExtensions(array('doc','xls'));
Upload::allowed_extensions(array('doc','xls'));...something like this can be used to restrict the file types up-loadable by extension.
| 559 Views | ||
|
Page:
1
|
Go to Top |



