I am trying to have a webpage with a file upload box. However, the default type of uploading url will expire in about 10 minutes. I am thinking of ways to prevent that.
Stop Blob URL from expiring https://groups.google.com/forum/#!topic/jquery-fileupload/W6-8rJXgq50
This two suggests a way of using jquery to fetch the url when the user adds the file. The first url, the user uses java and i use python. Also, it only mentions about JQuery side whereas on the python side i do not know what to write to achieve this.
Is there anyone who could give me some insights on how to do this in both the html and the python.