Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: GD resize problems

by Crackers2 (Parson)
on Jan 17, 2011 at 14:30 UTC ( [id://882669]=note: print w/replies, xml ) Need Help??


in reply to GD resize problems

I know you already have a solution, but I think the original problem is buffering. After the

while ( <$filehandle> ){ print UPLOADFILE; }
loop you don't close UPLOADFILE before trying to use the file it's writing to. So likely the last part of the file just isn't flushed to disk yet when GD reads it.

Just to check, could you try adding a close UPLOADFILE after the while loop and see if that fixes things?

Replies are listed 'Best First'.
Re^2: GD resize problems
by horbor (Novice) on Jan 17, 2011 at 15:14 UTC

    Cracker2, you are absolutely right, its just a careless mistake and I just could not see it. Sorry people for taking your time and thank you very much!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://882669]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 04:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found