Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set file name to uploaded items from clipboard data #1951

Closed
nao-pon opened this issue Apr 6, 2017 · 0 comments
Closed

Set file name to uploaded items from clipboard data #1951

nao-pon opened this issue Apr 6, 2017 · 0 comments
Assignees
Labels

Comments

@nao-pon
Copy link
Member

nao-pon commented Apr 6, 2017

My plan is "clip-DATE.png". e.g. "clip-170406.png" or if file exists "clip-170406-1.png".

@nao-pon nao-pon added the feature label Apr 6, 2017
@nao-pon nao-pon self-assigned this Apr 6, 2017
@nao-pon nao-pon closed this as completed in f94131e Apr 6, 2017
nao-pon added a commit that referenced this issue Apr 8, 2017
```javascript
/**
 * Date format for if upload file has not original unique name
 * e.g. Clipboard image data, Image data taken with iOS
 *
 * @type String
 * @default "ymd-His"
 **/
this.nonameDateFormat =  this.options.nonameDateFormat || i18n.nonameDateFormat;

```

c.f. #1951
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant