I have a class that needs an System.Web.HttpPostedFile object.
In most cases this is obtained when the user uploads a pic. However, in cases where they don't I need to pass a default image to the class.
But how do I populate the HttpPostedFile property if I'm not using the fileupload control?