Jump to content

Recommended Posts

Posted

I have a client who wants to be able to send me files from his computer to my server via FTP.

 

The problem is that he does not have an ftp client on his computer. I created a PHP script that would let him upload files directly using the <form><input type="file" method. The problem with that is that the PHP settings on the server restrict files to 3 Mb or less. The client wants to send me entire folders of his work and they can be up to 50Mb in size.

 

Is there a way to use the Public FTP folder to set it up as portal for this customer to send me files larger than 3 Mb in size.

 

I am not asking for the Server settings to be changed because I feel that is a crazy way to try to solve this problem.

I have asked the client to purchase some FTP software, but he seems unresponsive to that solution.

 

Any ideas?

Posted

For your script

Just put in your .htaccess file in your public_html directory the following line:

 

php_value upload_max_filesize 75M

 

or whatever limit you need, but set a limit.

Posted

Don,

That seems to workfor the larger files, thank you.

 

Do you know if there is anything that I can do to upload entire file folders instead of just individual files.

Posted

Tom,

 

The problem is that the client does not want to load an ftp program on his computer, free or otherwise.

For a while he was sending me everything on CD. He is a rather strange bird, but he sends me a huge amount of work, and always pays on time.

Posted

Bruce,

 

Thanks for your reply.

 

This guy is a great Graphic Artist but if it is not PhotoShop he doesn't want to have anything to do with it. He claims that he is too busy doing his art work to learn anything else.

 

Zipit. He won't go that route. He is too darn lazy for zipping somethng.

 

Thanks anyway.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...