-
Notifications
You must be signed in to change notification settings - Fork 120
Upload files to Files #117
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
Comments
Unfortunately there is no API for that in Redmine, but I'll see if it's possible to implement such functionality without API, e.g. via raw POST requests or something like that. |
Ok thank you very much 😄 |
I found simple file uploader, |
@rapedme Thx, I'll have a look at it. |
It looks like there will be an API available in Redmine 3.4 for this. So let's wait for the official release and then add support for this API to Python-Redmine. |
Added in d98864b. Will be part of the upcoming 2.1.0 release. |
This an enhancement and would be very nice because today I am obliged to use a script with selenium to upload my files 😞
The text was updated successfully, but these errors were encountered: