Hello.. Im looking for a way to copy a photo from a server running Windows using asp to my server running Linux and php. Is there a way to create a copy of a file from a url accross servers in php? Meaning, use a url to copy a file from one server and then upload or copy it to my server?
Basically here is what I need this for:
1. Users have photos stored on my server (running linux and php)
We have already figured out a way to send them to a Windows machine where a user can crop and resize the photo (using lead tools package)
The problem I need solved is getting the photo back to my server.
Anybody have any ideas?