Hello,
does anyone know how to create a script which would copy a picture from some server and store it on my server, with only using a link to that image ? Which permissions do I need ?
I have created a script to manage music videos, and there is a small thumb 100x100 for each. User adds only a link to that picture. The problem is that those pictures can be very big, and it can take a lot of time to load them all. So, It would be the best if that picture could be copied to the local server, renamed and resized.
The simple solution would be to copy that image to the hard drive, and then to upload it to the server, but if it is possible, I would like to avoid this solution.
does anyone know how to create a script which would copy a picture from some server and store it on my server, with only using a link to that image ? Which permissions do I need ?
I have created a script to manage music videos, and there is a small thumb 100x100 for each. User adds only a link to that picture. The problem is that those pictures can be very big, and it can take a lot of time to load them all. So, It would be the best if that picture could be copied to the local server, renamed and resized.
The simple solution would be to copy that image to the hard drive, and then to upload it to the server, but if it is possible, I would like to avoid this solution.