Hi Everyone,
I'm having a problems getting images from front , we have a UI that get's some images from the clients.
when the files they upload get more then 3Mbytes the model gets Null , and we get error.
I'm getting the files in base64 format.
I made a model that gets list of annotations.
public List<NoteVM> Officecontract_Annotation { get; set; }
So has anyone got any idea what should I do.
could I use httppostedfilebase?
Regards