Actions
Defect #17888
closedRedmine API :: uploadAttachment issue
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Attachments
Target version:
-
Resolution:
Invalid
Affected version:
Description
Hi,
I am trying to use upload attachment API feature provided with redmine API using JAVA.
Its all working good with some small size files (say less than 20KB); its successfully attaching and returning the token as "7354.9973a76e40ba705f59f8a091ee778d48". All fine.
But when I try to attach an image of around 100KB or more, its not attaching. It returns the token as "7345." and no file is been uploaded. No error was returned too.
I can manually attach the same file in redmine without any issues as my attachment file limit is 20MB.
Can anyone gives some clue on this?
My redmine version is: 2.3.1.stable
Thanks
Nissar
Actions