What design considerations should one take to receive text and multiple attachments via web?
Posted
by ramesh.nagul
on Stack Overflow
See other posts from Stack Overflow
or by ramesh.nagul
Published on 2010-04-17T00:00:59Z
Indexed on
2010/04/17
0:03 UTC
Read the original article
Hit count: 346
I am developing a web application to accept a bunch of text and attachments (1 or more) via email, web and other methods.
I am planning to build a single interface, mostly a web service to accept this content.
What design considerations should I make?
I am building the app using ASP.NET MVC 2.
Should the attachments be saved to disk or in the database? Should the unified single interface be a web service? Pros and cons to using web services to upload files
© Stack Overflow or respective owner