Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Re: FN-FORUM: This is driving me mad

date posted 2nd August 2005 19:31

Assuming that $p is a path and $i_name is the (image by any chance?)
name you want to copy to, then I would think that the most likely
cause of the error is that $p is defined but $i_name is not. This
would cause the file to copy to the path specified by $p but with the
name it already has - giving a success state - but then the filesize
command failing to return a file size because it cannot find a file in
the name you gave it. Try doing an echo on $p and $i_name.

Also, please note that this all may depend on whether you are using
PHP 3 or PHP 4, and whether you have track_vars turned on. I've spent
ages getting an old PHP 3 upload script working in PHP 4 simply
because I didn't realise that the _name suffixed variable no longer
got set up! If you are using PHP 4, then you should be using variables
like:

$HTTP_POST_FILES['userfile']['name']

rather than:

$userfile_name

Hope this helps.

Adam



Messages by Day
August 31st 2005
August 30th 2005
August 29th 2005
August 28th 2005
August 27th 2005
August 26th 2005
August 25th 2005
August 24th 2005
August 23rd 2005
August 22nd 2005
August 21st 2005
August 20th 2005
August 19th 2005
August 18th 2005
August 17th 2005
August 16th 2005
August 15th 2005
August 14th 2005
August 13th 2005
August 12th 2005
August 11th 2005
August 10th 2005
August 9th 2005
August 8th 2005
August 7th 2005
August 6th 2005
August 5th 2005
August 4th 2005
August 3rd 2005
August 2nd 2005
August 1st 2005


Messages by Month
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005


Messages by Year
2009
2008
2007
2006
2005
2004
2003
2002
2001
2000