Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

file upload extension


Gasse1014life

Recommended Posts

Posted

i have found the answer.

 

magical site are available

-http://phpxref.com/xref/oscommerce/

-http://www.oscdox.co...ions/index.html

 

 

the answer is in this file:

catalog/admin/includes/classes/upload.php

 

 

 

 

function upload($file = '', $destination = '', $permissions = '777', $extensions = array('jpg','png')) {

$this->set_file($file);

$this->set_destination($destination);

$this->set_permissions($permissions);

$this->set_extensions($extensions);

 

 

only add extension will be allowed

 

 

cheer

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...