Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

RE: file extension error 24 May 2012 17:08 #2407

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' */ :cheer:
'application/x-zip' => 'zip' /*'application/zip' => 'zip'*/ :cheer:
)))
return;

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.067 seconds

The j-cook project is one of the best of its kind and it is nice that we all try to contribute in little ways to make life easy for each other.

vlemos (Forum)  

Get Started