This topic is locked

Copy file without upload

2/25/2008 2:15:39 PM
PHPRunner General questions
F
francesco author

Hi

I've a big problem not suceeding in solve it in a month!!!

I need to copy file1 from a location to another on the server.

file1 is stored on server, so i do not need to upload it, but I need to make a server side browsing

in order to select it.

To accomplish this task I've created an input type file browsing from a share folder on client desktop.

Everything works well when file to copy is not greater then 8MB,

otherwise i get a timeout error.

Why????? I COPY file1 and dont UPLOAD it!!!!

It seems that when you have an input file type, phpr always try to upload it.
Any help appreciated

Alexey admin 2/26/2008

Francesco,
unfortunatelly PHPRunner can not browse server folders contents and copy files.
You need to use some PHP-based file manager to do that.