I know you can write a file to your C:\ drive using binarywriter but can you write the file to a server?
Yes, use the WWW class
Thanks. Another question. Is it possible to use the WWW class within a javascript? The code using binarywriter is in javascript.
maybe you can help me. I want to store or write a file to a server (or even another computer on the network) but I don’t know the exact way to go about it. Any help on some code that would be useful in javascript? I just want to save a file to a certain path on the server while just using the path. An example would be “http://123.123.123.123/folder” for the path. thanks.