I'm builidng a file upload for a client, their server's admin refuses to up the max file size in PHP.ini from 2M to what I need 70M
Since I cant change the PHP.ini, I'm wondering if I use FTP commands to handle file upload rather then $_FILES, will it still be subject to max file size?
Can I do an FTP upload via HTTP forms?