C
static HTTP_IO_RESULT HTTPMPFSUpload();
Description
Allows the MPFS image in EEPROM or external Flash to be updated via a web page by accepting a file upload and storing it to the external memory.
Preconditions
MPFSFormat() has been called.
Return Values
Return Values |
Description |
HTTP_IO_DONE |
on success |
HTTP_IO_NEED_DATA |
if more data is still expected |
Remarks
This function is only available when MPFS uploads are enabled and the MPFS image is stored in EEPROM.