some when use copy a screen-shot in clipboard and past direct in to textarea in Chrome, the file can be uploaded correctly, but it shows "undefine" in file list, can we rename the file with a format like "uploadfile_20140820163500"
Description
Description
Revisions and Commits
Revisions and Commits
Event Timeline
Comment Actions
- At a minimum, we should use "pasted_file" or something instead of "undefined" (which is probably a JS bug).
- If we can read a real filename, that's ideal.
- This feature (copy/pasting images directly into a remarkup text box) is specific to Chrome.
Comment Actions
We can't read a real filename -
https://code.google.com/p/chromium/issues/detail?id=361145
The argument is that there is no file - just some data on the clipboard - and that things like OS X letting you copy a file into the clipboard are OS-specific.