Remember that when you're working in Windows that PHP has a timeout but so
doesn't IIS - so if you don't raise the IIS timeout then you run the risk of
hitting that limit as well.
I don't think it's difficult to find the timeout location in IIS, but I
don't have it installed on this machine to tes
Ok, now it is getting even more wierd. My 5.0.2 File Upload stopped
functioning again.
I stopped and restarted apache with 502, and it still failed.
I moved the folder to php.502, and then moved php.432 back to php.
Restarted apache and everything worked.
Scott Carr
OpenOffice.org
Documentati
Have you check this out:
http://nl.php.net/manual/en/features.file-upload.php
?
It should get you going
-Original Message-
From: Anthony Ritter
To: [EMAIL PROTECTED]
Sent: 2004-04-15 18:26
Subject: [PHP-WIN] file upload
[...]
$data = addslashes(fread(fopen($_FILES[form_data], "r"),
f
Oh... And there are better ways of doing this, like using move instead
of copy... But this is how I do it, and it's worked fine for me for the
past few years, so I haven't bothered updating my method much :p
Check phpbuilder.net and dig around the php manual some more... There
are some very good r
ave... This will only upload txt
or html files... But it will display the file properties even if the
file is denied. Also has a file size limit of about 10k. This is a cut
down script of something straight of my website, and that runs on both a
win xp box, and a linux box. Only difference is $home_d
http://www.php.net/manual/en/features.file-upload.php
Surprisingly enough, straight from the manual ;)
chris kranz
fatcuban.com
-Original Message-
From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]
Sent: 25 February 2003 17:13
To: PHP
Subject: [PHP-WIN] File Upload Help Needed
PHP List
DUH! never mind the newb over in the corner!
Changed the wrong max file size setting. Oh well...live and learn!
Nicholas Stuart said:
> Hello and good day all. I am having problems trying to upload files
> through php. Followed the online manual and the uploading appears to
> work fine for small
n the previous form.
-Ethan
-Original Message-
From: Dash McElroy
To: Ethan Nelson
Cc: '[EMAIL PROTECTED]'
Sent: 4/24/02 1:11 PM
Subject: RE: [PHP-WIN] File upload issue 4.2.0
You should probably check to see if the variable is set before you try
and
read the uploaded
You should probably check to see if the variable is set before you try and
read the uploaded file...
-Dash
-Original Message-
From: Ethan Nelson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 11:57 AM
To: '[EMAIL PROTECTED]'
Subject: [PHP-WIN] File upload issue 4.2.0
I get
Hello Neil,
Thursday, February 14, 2002, 9:25:20 PM, you wrote:
NH> Having some problems with file uploads, hope someone can help.
Check the permissions on the directory you are trying to copy to.
Doh!
Talking to myself again!!
--
Cheers,
Neil
--
PHP Windows Mailing List (http://www
--
From: "Christian Sandfeld" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 03, 2001 11:06 AM
Subject: RE: [PHP-WIN] File upload
Without knowing for sure I would imagine that the PHP installation on the
server is running in safe mode (look for the "
Now I'm getting a warning. "../www': Permission denied in ../www/test.phtml on line 24"
/Samba
- Original Message -
From: "Samba Sidibeh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 03, 2001 11:12 AM
Subject: Re: [PHP-WI
CTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 03, 2001 11:06 AM
Subject: RE: [PHP-WIN] File upload
Without knowing for sure I would imagine that the PHP installation on the
server is running in safe mode (look for the "safe_mode" var in your
php.ini).
Brgds,
Christian
-
Without knowing for sure I would imagine that the PHP installation on the
server is running in safe mode (look for the "safe_mode" var in your
php.ini).
Brgds,
Christian
-Original Message-
From: Samba Sidibeh [mailto:[EMAIL PROTECTED]]
Sent: 3. december 2001 10:50
To: [EMAIL PROTECTED]
And you've checked to make sure that the user the web server is running as
has access to write to the temp directory, and the directory you're
attempting to upload to correct?
Ryan
-Original Message-
From: Brian J. Hoffman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 21, 2001 3:
I am still unable to get this to work. I'm into my 2nd full day of
messing with this and I'm still no further. Is anyone familiar with the
product FileUp by SoftArtisans? Apparently it provides file upload
capabilities for ASP. Is there any chance this is interfering with my
file uploads from PHP,
On Thu, 01 Nov 2001 13:25:27 -0600, Joseph Koenig <[EMAIL PROTECTED]> wrote:
>> I've been working on this all day and still am no further than I was
>> this morning. I'm pulling my hair out. In php.ini, the upload_tmp_dir is
>> set to "F:\PHP\uploadtemp", which is right where it should be. When I
Koenig <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>MIME-Version: 1.0
>To: [EMAIL PROTECTED]
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>Subject: Re: [PHP-WIN] File Upload on Win2K
>
>I've been working on this all day and still a
I've been working on this all day and still am no further than I was
this morning. I'm pulling my hair out. In php.ini, the upload_tmp_dir is
set to "F:\PHP\uploadtemp", which is right where it should be. When I
upload a file, if I echo it, I get the path to the file, however, when I
go into the s
At 10:39 AM 9/18/2001 +0430, you wrote:
>Hi All,
>I must a file download with used html form, for example with this code:
>How can upload only GIF or JPG file?
Be sure to include the MAX_FILE_SIZE hidden input field -- it is
required. And be sure to put it BEFORE the file input field in the cod
What error are you getting? I'm doing uploads but with different code...
these functions are new to me. The first thing I would check is the slashes
in your move function, perhaps they need to be forward slashes?
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
21 matches
Mail list logo