[WebMethod(EnableSession=true)]
public static int SaveDetailsData(int id, string Category, string SubCate, string Upc_Code, string Code_Type, string Description, string Price, string zipcode, string CustomerName, string Quantity, string Item_Size, string Packtype)
{
/// the parameters all are i am getting from the ajax
at this same time i want get the fileupload value here to save
}
i am trying to post the data from aspx through jquery ajax to save the information but right now i want to upload and save that image in one folder of the application,
it's asp:fileupload control how can i get the file uploader value into static method .
is their any way to get it, please help me
Go to the complete details ...