Uploading files

A

Anonymous

Guest
move_uploaded_file is a local filesystem function.
If you can map the Windows server to the UNIX filesystem, then you would be able to copy it over there. That's a big "To Do" so you'll have to learn a little bit about smb (man smb) in your UNIX environment to figure out how to map a drive.

Some other things you'll need..
smbclient
smbmount
mount

Best bet is to google "Windows Network Drive Mapping in UNIX"
 
Back
Top