Does iDesk have its own setting for how large a file can be thats attached to the download section??? Or does it run off of the PHP limits?
Does iDesk have its own setting for how large a file can be thats attached to the download section??? Or does it run off of the PHP limits?
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
Follow Us On Twitter | FaceBook Profile | YouTube Videos
File upload sizes are always controlled by PHP. A script could use ini_set to change the file upload size, but still that means PHP is controlling the file upload size.
And no, iDesk does not use ini_set to change the max file upload size. You would need to change it in php.ini or in .htaccess