Re: [PHP] Uploading to Apache server from VB

2001-12-05 Thread fred
See my post today about a file upload problem, which includes a complete script to do this (and more). My script works, but times out on very large files, otherwise it is a champ... Fred On Mon, 03 Dec 2001 15:16:09 -0500, Jim wrote: > http://www.php.net/manual/en/features.file-upload.php >

Re: [PHP] Uploading to Apache server from VB

2001-12-03 Thread Jim
http://www.php.net/manual/en/features.file-upload.php I've done this successfully both with PHP and VB/ASP. I think PHP is the easiest, but there are several things that could go wrong. There is usually a 2MB limit to the file size and the safe mode setting also affects the outcome. On the H