Re: [PHP] UPLOAD scripts refuse to function

2004-06-19 Thread Marek Kilimajer
cory wrote --- napsal::
Sure that sounds easy right?  well I have tried at least 10 different php
scripts as well as a handful of cgi.  Same resuls with everyone of
them...nothing in my specified tmp folder. 
Every uploaded file is removed from the temporary directory right after 
the script is over. You have to move the file to another location.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] UPLOAD scripts refuse to function

2004-06-19 Thread Nick W
On June 18, 2004 10:26 pm, cory wrote:
 ok, someone please lend me some advice here.  I am trying create a upload
 form for my site.

 Sure that sounds easy right?  well I have tried at least 10 different php
 scripts as well as a handful of cgi.  Same resuls with everyone of
 them...nothing in my specified tmp folder.  After contactig my host so many
 times, they know my name by voice, I have made no progress and here I sit
 without a very neccessary aspect of our website.  Anyone have any idea on
 this...is there something server side that would prohibit me from executing
 my upload scripts?  (yes chmod the folder...done)

 I have no problem with ANY other cgi or php script that I have used.

 Thanks in advance for any insight...

Are uploads enabled in php.ini?


 -Cory

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] UPLOAD scripts refuse to function

2004-06-18 Thread cory
ok, someone please lend me some advice here.  I am trying create a upload
form for my site.

Sure that sounds easy right?  well I have tried at least 10 different php
scripts as well as a handful of cgi.  Same resuls with everyone of
them...nothing in my specified tmp folder.  After contactig my host so many
times, they know my name by voice, I have made no progress and here I sit
without a very neccessary aspect of our website.  Anyone have any idea on
this...is there something server side that would prohibit me from executing
my upload scripts?  (yes chmod the folder...done)

I have no problem with ANY other cgi or php script that I have used.

Thanks in advance for any insight...

-Cory

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] UPLOAD scripts refuse to function

2004-06-18 Thread Curt Zirzow
* Thus wrote cory:
 ok, someone please lend me some advice here.  I am trying create a upload
 form for my site.

hmm.. another upload question... they all seem to pop up all at
once for some reason.

 
 Sure that sounds easy right?  well I have tried at least 10 different php
 scripts as well as a handful of cgi.  Same resuls with everyone of
 them...nothing in my specified tmp folder.  After contactig my host so many
 times, they know my name by voice, I have made no progress and here I sit
 without a very neccessary aspect of our website.  Anyone have any idea on
 this...is there something server side that would prohibit me from executing
 my upload scripts?  (yes chmod the folder...done)

This usually explains everything:

http://www.php.net/manual/en/features.file-upload.php

 
 I have no problem with ANY other cgi or php script that I have used.

What kind of specific problems are you having with the uploads?

Make sure that error_reporting is on E_ALL and check the web server
logs for any hints. Both error and access logs.



Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php