Paul on Wed, 26 Mar 2003 11:45:28 -0500 |
Have you solved this problem? The "maximum execution time" determines how long a script is allowed to run. Most scripts execute quickly. The 30 second limit prevents things like endless loops from continuing forever. And who wants to wait even 30 seconds for a script on a Web site to run?! Are you trying to send a file /to/ the server, or retrieve a file /from/ the server? Have you tried basic methods of sending and receiving files? In the simplest cases, PHP is required to send a file, but a simple link can be used to retrieve a file. I'm suggesting testing methods of increasing in complexity. Start with the basics with files that are know to sucessfully transfer. I'm not exactly sure about what you're trying to accomplish, but it seems like an .htaccess file could do the job of limiting access to a collection of files.
Hi all,
|
|