* 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

Reply via email to