S
Sue
Hello
We have an application where the user would upload files (max size of
200 mb) from their client machine. This application will run on a web
server (its a web server which would be used by the general public),
because of obvious reason, this server will not have access to any
shared directory on the network.
Currently we store the file on the local drive (c
of that server and
an other application running on an internal server will move that file
to the network. I'm looking for a better way to have the files streamed
across the network. I have the file content stored as a byte array.
Could someone please show me examples of how to do it.
Thanks in advance
Sue..
We have an application where the user would upload files (max size of
200 mb) from their client machine. This application will run on a web
server (its a web server which would be used by the general public),
because of obvious reason, this server will not have access to any
shared directory on the network.
Currently we store the file on the local drive (c

an other application running on an internal server will move that file
to the network. I'm looking for a better way to have the files streamed
across the network. I have the file content stored as a byte array.
Could someone please show me examples of how to do it.
Thanks in advance
Sue..