Hello all and thanks for any advice/tips.
We have a domain (www.site1.com) in one server (server1).
There, we give our users the option to upload images (jpg) to our server. They can do so from multiple pages and not just from one page).
After some years, we now need to move the new uploads to a new server/domain - we are running low on available disk space.
So, my question is: can our upload script sends the new images to a different domain to be stored there?
I mean: upload script works in site1.com (server1) and will store images in site2.com (server2).
The upload script works in a popup/modal window and includes some files (check login of user and some classes for resizing images).