Features
Demo
Pricing
Support
Docs
Documentation
Versions
Feature Requests
Index
Recent Topics
Search
Welcome,
Guest
Username:
Password:
Remember me
Forgot your password?
Forgot your username?
Forum
Support forum
Trouble shooting
RE: file extension error
TOPIC: RE: file extension error
RE: file extension error
24 May 2012 17:08
#2407
dheyfesson
Offline
New Member
Posts: 3
Thank you received: 1
Karma: 0
I found the solution!
I edited the file file.php
function save(){
.
.
.
//UPLOAD FILE : Arquivo
if (!$this->_upload('arquivo', &$post, array(
'application/msword' => 'doc',
'application/pdf' => 'pdf',
'application/x-gzip' => 'tar.gz', /*to 'application/x-gzip' => 'gz' */
'application/x-zip' => 'zip' /*'application/zip' => 'zip'*/
)))
return;
The administrator has disabled public write access.
Forum
Support forum
Trouble shooting
RE: file extension error
Get Started
Log In
Sign In