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