-
-
Notifications
You must be signed in to change notification settings - Fork 687
[v1 / v2] Takes too long to upload DCM/DICOM file #574
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
Comments
First, that tone isn't okay with me, but anyway. It cannot be urgent while we (open source developers) have TON OF stuff out there out of good will and for free. And second, what version are you using? How big is this file? And etc. It really greatly depends on hundreds of other stuff. Try using |
@tunnckoCore |
Try with latest canary version. Can't help much with v1.2.1 version, which is quite buggy and quite old. That I've seen that the size is around 52mb, but will not open it. Is it binary or it is text? A code snippet of your actual code that uses formidable will be good too. Or it can be just broken/tampered file which cannot be parsed/handled/processed correctly. |
It's dcm file. |
@andrei0807 it could be just because the type of the file, but it actually uploads it. I tried and it got me around 1 minute or so. Can you try something like |
A minute is too long in local for 50mb. |
Sure. It's waaaay too much.
That's the key thing. Maybe they are doing something to them that isn't okay in general, and probably will be a problem for the other nodejs multipart parsers. That's why we should try with them. I can't help much because I'm not familiar with that format and in the parsers THAT much. The thing is that I don't think it's really because some of our parsers problem. It detects it as And in anyway, with #545 Plugins API, anyone can implement any parser they want. |
Thanks for your answer. |
When I tried, it doesn't errors, but uploads the file successfully - slow but successfully without errors. |
Please check node server's memory. |
@tunnckoCore |
error_file.zip |
Updated wording to conform to coc |
Great, thanks. We will see. |
Did you fix issue? |
@andrei0807 nothing new. I can't help on that. Pull requests and ideas are welcome. Is there similar problem with |
How about this bug? |
I don't have any ETA on v2, but also not able to fix it because I don't have any ideas. Maybe check in v3 (this year) which I think will be rewritten, so... |
I cannot reproduce , closing |
Uh oh!
There was an error while loading. Please reload this page.
error_file.zip
Unzip the file and try uploading it using formatable.
Then node's memory size will be very increase and it will be take a long time to upload.
I got trouble for only this file.
I think formidable has some error.
Best regards.
The text was updated successfully, but these errors were encountered: