Usually, while we upload it takes files to the temp directory first and then move it to the desired directory. But I'm working on Big Data e.g. uploading thousands of files at once. So I need to upload those files directly to the desired location and as each one of them uploaded to that directory, the user must see the changes on the dashboard in real time.
Also I need to show user
This is about full manipulation of the upload process to give user the best user experience while uploading large sets of data.
Theresa
Front End Web Developer (JS/HTML/CSS @ JAVA) : Predict the future by inventing it
As far as I know this is not possible without being able to use streams. I looked on nodejs.org for docs. This is the closest To what you need, although they still use tmp in the example: https://nodejs.org/api/fs.html