The Little Guy Posted January 23, 2008 Share Posted January 23, 2008 My host only has 19MB of memory allocated on their Apache Servers, They say that I would have to use FTP, so... If I use PHP's built in FTP, can I upload more? Link to comment https://forums.phpfreaks.com/topic/87465-ftp/ Share on other sites More sharing options...
mraiur Posted January 24, 2008 Share Posted January 24, 2008 Can you give a little bit more info . Because i cant understand you. Link to comment https://forums.phpfreaks.com/topic/87465-ftp/#findComment-447374 Share on other sites More sharing options...
The Little Guy Posted January 24, 2008 Author Share Posted January 24, 2008 OK, Apache has more power over PHP to how large a file upload can be. In my PHP I allow for 100MB, but Apache only allows 19MB. My web host says that I need to use FTP to upload larger file sizes (over 19MB). If I wan't to upload more than 19MB through the browser, can I use PHP's Built in FTP functions and will that act as a normal FTP or will I still have the 19MB maximum file upload transfer? Link to comment https://forums.phpfreaks.com/topic/87465-ftp/#findComment-447378 Share on other sites More sharing options...
mraiur Posted January 24, 2008 Share Posted January 24, 2008 Yes. But i think that u will need to set the max execution time ... Link to comment https://forums.phpfreaks.com/topic/87465-ftp/#findComment-447384 Share on other sites More sharing options...
The Little Guy Posted January 24, 2008 Author Share Posted January 24, 2008 OK, then if that is the case, what would be a very secure way of uploading a file? I am assuming that using a CORE/ROOT user wouldn't be very safe, or would it, since they user donesn't get to add/change any of the info other that what file gets uploaded. Link to comment https://forums.phpfreaks.com/topic/87465-ftp/#findComment-447405 Share on other sites More sharing options...
The Little Guy Posted January 24, 2008 Author Share Posted January 24, 2008 bump Link to comment https://forums.phpfreaks.com/topic/87465-ftp/#findComment-448043 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.