ID:1056315
 
BYOND Version:498
Operating System:Windows 7 Pro 64-bit
Web Browser:Chrome 23.0.1271.64
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
ftp() will ignore text input for file name if you've selected a file.
Numbered Steps to Reproduce Problem:
Call ftp(file) and leave out the second argument. Select a file, then erase the file name and type your own. The file will be saved as the original file you clicked.

Expected Results:
I am sure the behavior should be that when you select a file, the name is copied into the input box, but this input box is still changeable until you actually hit save.

Actual Results:
What actually happens is that regardless of what you type into the input box after a file has been selected (for overwritting, for example), you will no longer have the chance to actually name the file.