File upload problem in CMS Page upload
Hi,
I'm new in Fuel CMS and just setup v1.4 and start using the CMS function.
I create a page and after that want to upload an view file to that page, but when I upload a php file, it returns "The filetype you are attempting to upload is not allowed", and if upload html file then it returns "Please make sure the server is setup to upload files of this size and folders are writable". The file I uploaded is only 14K and I didn't change the default max upload file size settings. Also I checked the server permission, all paths inside fuel is 777 so it seems not a permission issue. Anyone have this kind of problem before ? thanks !
Comments
From reading your post, it seems you've completely misunderstood how Fuel works. Can I suggest you spend a bit more time reading the documentation - especially around the area of "controllers" and "views". Also read up on "uploading" and "assets" and you'll see how there's a disconnect between how Fuel works and what you're trying to do.
Maybe I didn't specify clearly in my last question, actually I'm trying the CMS page which manage inside the CMS Admin, and at the Pages section, there is a "Upload" button on toolbar which lead to a page. In there, admin and "Select a view file and upload to a page ...", I'd the problem at that point and don't know what view file I should upload...
(p.s. I tried to upload in assets section, it is all normal)