Anyone? =)
Jul 16, 2016
3
Level 1
Change filename after upload Laravel Stapler
I'm using the Stapler Lib to make the image uploads. The image's filename is generated by image description field. After the upload, the user can change the image description and after that, I need to update the image filename. Is there a way to do this using the Stapler Lib?
I have been thinking in something like this:
$product->image->instanceWrite('file_name', 'other_description.jpg');
$product->image->reprocess();
Please or to participate in this conversation.