Undefined filename in the fileUrl returned on handleFinish
See original GitHub issueinfo.filename
is passed into fileUrl which is undefined.
I think it should be info.file.name
does this have to do with the S3-uploader versions?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
filename is undefined in the alert - javascript - Stack Overflow
The problem is that you are looping over the string that has the filename, not the array. And "abc" is a string, then...
Read more >getFileName() returns undefined when called using eval #50
While getting the file name from the stack trace, getFileName() returns undefined. As filenames could be stored st[i].
Read more >TypeError: The argument 'filename' must be a file URL object
TypeError : The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received undefined.
Read more >Kendo Editor ImageBrowser - undefined instead of names in ...
The Read action works correctly and returns the list of files and folders, but in the file display the name is incorrect as...
Read more >Undefined Function or variable Error - MATLAB Answers
% User clicked the Cancel button. return;. end. fullFileName = fullfile(folder, baseFileName) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am getting the same problem. What’s the fix?
@stasb I ended up creating my own s3 uploader with Dropzone using this as inspiration. I also replaced
react-s3-uploader
with fine-uploader which is more robust and has support for chunked uploads. It’s worked well for us.