Albana_12 Posted August 21, 2012 Share Posted August 21, 2012 i have this code here which outputs me an image.. I need to change it because for the moment it gives me something like : test.jpg, what i need is for it to give me test_s.jpg I would thank you if you could indicate me, this is the last piece i need to finish my little project.. i would generally post it to freelancer.com but since the banks are closed at this hour i've got to try it some more on my own.. $tempFile = $_FILES['Filedata']['tmp_name']; $targetPath = $_SERVER['DOCUMENT_ROOT'] . $_REQUEST['folder'] . '/'; $targetPath = str_replace('//','/',$targetPath); $targetFile = $targetPath . $_FILES['Filedata']['name']; tamano_nuevo_foto($stempFile, 420, $stargetFile); Quote Link to comment https://forums.phpfreaks.com/topic/267398-change-image-name-after-thumbnail-creation/ Share on other sites More sharing options...
Mahngiel Posted August 21, 2012 Share Posted August 21, 2012 why couldn't you just update your other thread on this topic? Quote Link to comment https://forums.phpfreaks.com/topic/267398-change-image-name-after-thumbnail-creation/#findComment-1371292 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.