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

Hi guys Before I ask for help just like to say I tried the tutorials on how to make a 2.5 component WOW.... HECTIC!! J-Cook is really amazing in its simplicity!!
Dorac (Forum)  

Get Started