specific PHP hosting question
specific PHP hosting question
Out of context: Reply #13
- Started
- Last post
- 13 Responses
- UndoUndo0
sorry guys. you are probably right moth, thought i read that on the php.net ftp page but it was in a forum!
from php.net
'Need to get around your PHP.ini file upload limit?
Use a bit of clever JavaScript to get the value of your (the location of the file on the client's machine), copy it to a hidden text box then try and upload traditionally, if you get a PHP error UPLOAD_ERR_INI_SIZE, then use the value of your hidden text box to initiate a PHP-FTP connection and upload to your heart's content.
No more limits :) '