Jump to content

phpthumb() freaks here please


mendoz

Recommended Posts

Hey freaks

 

This time I am trying to save a file after it was processed with phpthumb.

I want to remove the old file and put the new one instead.

 

<?php
$file = '../thumb/phpthumb.php?src=../images/file.jpg&w=100';
$destination = '../images/file.jpg';
copy($file,$destination);
?>

 

This is what I get:

failed to open stream: Invalid argument

 

Prove your freakness! please..

Link to comment
https://forums.phpfreaks.com/topic/47109-phpthumb-freaks-here-please/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.