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.307 seconds

Hi first of all I'd like to say that J-Cook is a great tool - the best component builder I tried so far...
Rymedia - Jonas 

Get Started