RE: [PHP-WIN] Re: File Upload - extension filtering

2002-11-26 Thread George Pitcher
solved it by using stristr() instead. > > > > Works a treat. > > > > George > > > > > -Original Message- > > > From: Brian McGarvie [mailto:[EMAIL PROTECTED]] > > > Sent: 26 November 2002 4:26 pm > > > To: [EMAIL PROTECTED] >

Re: [PHP-WIN] Re: File Upload - extension filtering

2002-11-26 Thread Brian McGarvie
; > > -Original Message- > > From: Brian McGarvie [mailto:[EMAIL PROTECTED]] > > Sent: 26 November 2002 4:26 pm > > To: [EMAIL PROTECTED] > > Subject: [PHP-WIN] Re: File Upload - extension filtering > > > > > > use 'image/tiff' instead...

RE: [PHP-WIN] Re: File Upload - extension filtering

2002-11-26 Thread George Pitcher
Brian, Thanks. However, I have just solved it by using stristr() instead. Works a treat. George > -Original Message- > From: Brian McGarvie [mailto:[EMAIL PROTECTED]] > Sent: 26 November 2002 4:26 pm > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: File Upload - exte

[PHP-WIN] Re: File Upload - extension filtering

2002-11-26 Thread Brian McGarvie
use 'image/tiff' instead... "George Pitcher" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > > I have file upload working on my NT/Lasso/PHP site and want to restrict the > type of file being uploaded to either PDF, TIF or ZIP. > > > My code sofar is:

Re: [PHP-WIN] Re: File Upload

2002-07-11 Thread toby z
alex file, which i'm uploading seems to appear in > temp folder only when > upload is finished copy($userfile, "c:/uploadz/" . $unique_id."-". $userfile_name ) c:\uploads is my dir fo uploaded files so u ve to specify the dir where u awnt ur uploads to get saved toby . ___

[PHP-WIN] Re: File Upload

2002-07-11 Thread Alexandr Polupanov
The file, which i'm uploading seems to appear in temp folder only when upload is finished. So i can't track upload progress. Help. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: File Upload Problem

2002-07-09 Thread Alexandr Polupanov
Now i'm asking to excuse me. I found my mistake. In my Upload form MAX_FILE_SIZE was set to 1000. Sorry for that. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php