|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
PHP FTP vs. File Upload
Hello,
I'm running into the PHP upload_max_file limitation in my environment. My Hosting company will not raise the setting. My current script uploads the file, places it in the appropriate directory and names it according to the database record number associated with it, regardless of its original name. I was hoping to use the ftp_fput to accomplish the same as above but without the file size limitation. Unfortunately, I'm green and could use any help or examples available. Thanks, Jay. |
|
#2
|
|||
|
|||
|
RE: PHP FTP vs. File Upload
ftp_fput will not accept an upload from a user, it is designed to send a file via ftp to another server ftp server.
As far as I'm aware, you can't get around php's maximum-size setting. |
|
#3
|
|||
|
|||
|
RE: PHP FTP vs. File Upload
I have written a FTP Client from PHP and Java Script, fully open source, I feel it works very well. If you want to try it goto,
http://www.portableftp.com or email me @ pellison@alliedaccess.net |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > PHP FTP vs. File Upload |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|