Jump to content

Image uploading error


pajoo

Recommended Posts

 

Hey, when a user want to upload a image this error comes up:

 

Warning: imagejpeg() [function.imagejpeg]: Unable to open 'upload/thumbs/Forest Flowers.jpg' for writing: Permission denied in /home/oppasser/domains/oppassergezocht.nl/public_html/mijn-account.php on line 195

Warning: fopen(upload/thumbs/Forest Flowers.jpg) [function.fopen]: failed to open stream: No such file or directory in /home/oppasser/domains/oppassergezocht.nl/public_html/mijn-account.php on line 197

Warning: filesize() [function.filesize]: stat failed for upload/thumbs/Forest Flowers.jpg in /home/mijn-account.php on line 198

Warning: fread(): supplied argument is not a valid stream resource in /home/mijn-account.php on line 198

Warning: fclose(): supplied argument is not a valid stream resource in /home/mijn-account.php on line 200

Warning: unlink(upload/thumbs/Forest Flowers.jpg) [function.unlink]: No such file or directory in /home/mijn-account.php on line 201

 

 

imagejpeg($dimg, "$tdir" . $url);   // Saving The Image
						$tmpName = "$tdir" . $url;
						$fp = fopen($tmpName, 'r'); 
						$updimgcontent = fread($fp, filesize($tmpName));
						$updimgcontent = addslashes($updimgcontent);
						fclose($fp);
						unlink($tmpName);
						imagedestroy($simg);   // Destroying The Temporary Image
						imagedestroy($dimg);   // Destroying The Other Temporary Image

 

 

Help?

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.