Hi,
I try to find out how my wpmu can upload files to another server. I need this because there are some hosting options with no bandwidth limits. So It will be very useful if users can upload file to that server (visa the same upload file inside wpmu) and then get the link inside the post-new section.
That's a file system issue instead of a WPMu one. Depends on the OS. You may want to do a google search for symbolic link for more details.
It is not an easy task.
rsync to the other server might be a solution, but it requires time.
lunabyte
Member
Posted 16 years ago #
"...there are some hosting options with no bandwidth limits."
True, but don't fall for that trap. It's a gimmick, not reality.
rsync is pretty much your best option from what I can tell.
However, as Kingler mentioned, it requires time.