Store endpoint address with file data in localStorage
omidnikrah opened this issue · 5 comments
Hi, When I pause or stop uploading a file, that file stored in localStorage and in next time when I uploading that's file again, FineUploader read that from localStorage.
Now I want to store Endpoint
address in localStorage to in next time resume uploading file with stored Endpoint.
Can I do that?
No. Localstorage space is far too small to reliably store files.
But now, store file name and id in localStorage. And I need to store Endpoint address because I have many Endpoint address!
How would storing the file name be useful? How would you retrieve the file later?
When I uploading some file and while uploading, refresh the page, FineUploader store the file info in localStorage and in next time for the same file, continue uploading.
But my problem is, We have many Endpoint addresses and in page load, I set Endpoint address. But maybe One file use Endpoint 1 for upload and after refresh, for continue upload in next time I want to set Endpoint 1 for that file.