have a nice day.
I got problem when trying to create an image from server A and write to server B, like follow (in PHP)
- Create an new image from existing image on server A (jpeg – in Resource type).
- Add some text to new image (still in resource type).
- But i cannot save the image resource to file on server A (permission restricted, server A is not owned by me and do not allow to write image file).
- So I going to write this resource to server B (owned by me).
But I don’t know how to do this.
Thanks.
Is it possible to shift the operations for creating and modifying the image to Server B where you can save it directly?