RE: [PHP-WIN] Creating a zip through php

2002-08-12 Thread Daniel Massón
Theres a winzip command support add-on ... is very good and should be useful ... - Mensaje original - De: Scott Carr Enviado: lunes, 12 de agosto de 2002 9:36 Para: Rahul CC: PHP Windows Asunto: Re: [PHP-WIN] Creating a zip through php Anything is possible. :-) I'd suggest using a Z

RE: [PHP-WIN] progress bar

2002-08-12 Thread Daniel Massón
Hi ... As a little tip .. i recently created an ftp application ... a script does the transfer and then another script in a little pop-up cheks the size of the file and creates a progress bar ... maybe if your script copies files you can always check the stat of the files and compare with the

[PHP-WIN] Full path of selected file on client machine

2002-08-03 Thread Daniel Massón
Hi there !! id like to know if theres a way to know the full path of a selected file on the client machine through and input tag of type file, ive noticed that the enviroment variable $_FILES['file']['name'] only gets the name of the file but not the full path ... i need some help on this ...

[PHP-WIN] PHP on IIS CGI timeout problems

2002-08-03 Thread Daniel Massón
Hi there !! ... im Daniel im new in the list !! Hi there !!! Im Daniel ... im new in the list !! Im working with php on IIS 4 .. its an ftp client but im having problems when the file size is too large ... i already increased the CGI timeout on the server and it worked !! ... but im recently