Handling large file uploads with Flask
问题 What would be the best way to handle very large file uploads (1 GB +) with Flask? My application essentially takes multiple files assigns them one unique file number and then saves it on the server depending on where the user selected. How can we run file uploads as a background task so the user does not have the browser spin for 1hour and can instead proceed to the next page right away? Flask development server is able to take massive files (50gb took 1.5 hours, upload was quick but writing