file-upload
file-upload copied to clipboard
fix memory overflow in windows
Hello, I found the chrome in windows crashed when calc the hash.The error msg is "SBOX_FATAL_MEMORY_EXCEEDED", most likely memory overflow the browser sandbox.
The problem is probably the FileRender
is created multi times, and the file content cannot be free.So, I move the line13 to line12.It seems can solve the problem.