-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abort uplpoading file. #95
Comments
Currently not a clean method to do this. I'd like to see smoother responsiveness with client requests myself. |
As I understand the spec the I don't really understand your last sentence, are you saying that multer can't handle anymore requests after one client runs |
@LinusU is correct. The client-server connection will be closed on xhr.abort(). My apologies. I looked at the code example as being server-side code and trying to abort multer in progress. multer.abort() does not exist. Actually, xhr.abort() could play into the per-file strategy in our discussion for #128. |
As I said in my previous comment |
I'm using follow code to upload file to node js server run multer
Now, on client I want abort uploading file use xhr.abort(), multer not continous save data, but client can't not upload more any file.
The text was updated successfully, but these errors were encountered: