I am currently building a website which will work offline for a user to collect data then once they have a connection to upload to the server.
The problem is, local-storage will only allow 3-4 submissions per batch due to images attached to the data.
Is there any way around this?