john010117 Posted September 8, 2007 Share Posted September 8, 2007 I have a script that generates an image based on users' inputs. How would I make it so that the script automatically uploads that image to a different folder on the server? I'm stumped on this one. Does anybody have any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/68530-solved-uploading-a-dynamically-generated-image/ Share on other sites More sharing options...
BlueSkyIS Posted September 8, 2007 Share Posted September 8, 2007 what function(s) are you using to generate the image? Do any of them have an option to write to server vs. writing to the browser? Quote Link to comment https://forums.phpfreaks.com/topic/68530-solved-uploading-a-dynamically-generated-image/#findComment-344476 Share on other sites More sharing options...
john010117 Posted September 8, 2007 Author Share Posted September 8, 2007 I'm using the basic image functions like "imagecreatefrompng()" and "imagepng()" (but with customization in between). Oh, wait, now to come to think of it, I can use "imagepng()" to put it somewhere. Duh! Thanks, though. Quote Link to comment https://forums.phpfreaks.com/topic/68530-solved-uploading-a-dynamically-generated-image/#findComment-344479 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.