Would great if after selecting a file through the 'Upload file:' browse field, the existing filename with extension is extracted and auto-filled on the 'New name:' field. This would prevent novice users from attempting to enter in a new name without a file extension and being told 'Sorry, you can't upload this kind of file.'
Comments
Comment #1
Yoran commentedHow do you see this ? kind of javascript trick ?
Comment #2
khalor commentedYes, basically triggering using the onchange element of the file path field. Here's a quick mockup I put together (just a static HTML page, I don't know PHP well enough to attempt a module patch):
Comment #3
clivesj commented