4.4.0

Filename Editing

Fine Uploader provides methods and options to enable client-side editing of filenames before upload.

In Core mode, integrators can use the API methods getName and setName for this. In UI mode, if the editFilename feature is enabled via the template, then when a user clicks a file that they have submitted to the uploader the text will become an input element that they can use to change the name.

The filename will then be sent with the request as the qqfilename parameter. Be sure to read this parameter when naming your file server-side.

Note

You will want to have autoUpload disabled when using the edit filename feature.

For more information, see the associated blog post