Re: [PHP] directory listing and how to determine file size

2001-02-19 Thread Richard Lynch
> I am going to develop virtual file management. Thus I want to know > some things. > 1. how to determine file size _before_ file uploading or on loading > time and how to avoid error message if file size will be too large. You can't determine file size before uploading... *MAYBE* with so

[PHP] directory listing and how to determine file size

2001-02-18 Thread Andris Jancevskis
Hi, I am going to develop virtual file management. Thus I want to know some things. 1. how to determine file size _before_ file uploading or on loading time and how to avoid error message if file size will be too large. 2. how to read directory content with it's size, modes etc in win32