Help!
We’ve developed a PHP/MySQL based database application that contains over 1,000 large images (30 MB each). Our client’s field staff need the ability to frequently download all these images from anywhere in the world. The problem we are experiencing while attempting to download all the images at once is “server connection time out.”
Can anyone suggest some solutions to overcome this problem? Can the image files be downloaded with a direct FTP access? Would it be possible to write a script to accomplish this.
Thank you very much.
We’ve developed a PHP/MySQL based database application that contains over 1,000 large images (30 MB each). Our client’s field staff need the ability to frequently download all these images from anywhere in the world. The problem we are experiencing while attempting to download all the images at once is “server connection time out.”
Can anyone suggest some solutions to overcome this problem? Can the image files be downloaded with a direct FTP access? Would it be possible to write a script to accomplish this.
Thank you very much.
Comment