question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Undefined filename in the fileUrl returned on handleFinish

See original GitHub issue

info.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:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
stasbcommented, Nov 25, 2017

I am getting the same problem. What’s the fix?

0reactions
summeracommented, Nov 27, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found