G
Guest
Hi,
We maintain a seperate server for files which are uploaded by the
user(Clients).
We run our site in Production server,we need to Keep our uploaded files in
our file server.
we use asp.net with c# to create the WebServices for transfer the files.But
no effecient solutions found.we had problem when passing uploaded file to web
services (which is running our FileServer),it came with serialization error.
We create one WebService From our fileServer,And add this WebService into
our application by using "Add WebReference".It is working fine when passing
the primay datatypes.But,it is not serialized ,when pass the uploaded files.
can any give the solution,it would be helpful for me.,
Thanking You.
We maintain a seperate server for files which are uploaded by the
user(Clients).
We run our site in Production server,we need to Keep our uploaded files in
our file server.
we use asp.net with c# to create the WebServices for transfer the files.But
no effecient solutions found.we had problem when passing uploaded file to web
services (which is running our FileServer),it came with serialization error.
We create one WebService From our fileServer,And add this WebService into
our application by using "Add WebReference".It is working fine when passing
the primay datatypes.But,it is not serialized ,when pass the uploaded files.
can any give the solution,it would be helpful for me.,
Thanking You.