B
Binder2000
I want to write a web service that provides a method to store on the
server, any files passed to it. Which .Net technology should be used to
provide this support?
It should be generic in nature since I want to pass it a variety of
file types, assign a system-generated name and write the file to a
drive. The service will then return the assigned file name that was
used for storage.
The files can be PDF, TIFF, DOC, ... and will vary in size.
server, any files passed to it. Which .Net technology should be used to
provide this support?
It should be generic in nature since I want to pass it a variety of
file types, assign a system-generated name and write the file to a
drive. The service will then return the assigned file name that was
used for storage.
The files can be PDF, TIFF, DOC, ... and will vary in size.