I can't upload image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2016 01:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2016 02:51 AM
You mean you cannot click on "New" button? or whats happening after you click and try to upload...Provide screenshot for better understanding...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2016 07:31 AM
I had the same issue - an entry showed with a name and updated date, but no image file, dimensions, etc. This also was limited to one instance. That's when I realized that in this one instance I had previously created a business rule to abort the action when an entry was added to the sys_attachment table that was detected as an image but did not meet a minimum size. This was put in place to prevent email signatures from being added as attachments when incidents were created from inbound email. Apparently this Images module uses the same table.
You can also check the System Log right after you attempt to upload a file, to see if that tells you why it is failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2023 12:52 PM
Hello,
To solve the Issue, consider the following
- Make sure you have one of these type of files ".gif, .png, .jpg, .ico, .svg or .bmp"
- you should give the Image name following with .gif, .png, .jpg, .ico, .svg or .bmp.
For example : if the Image name on you local machine is "Image_photo", you should modify the name to "Image_photo.png" and also the prefix of the name might be modified according to the application scope you selected, so need not to worry.
Thanks!
Please mark this as helpful if it resolves your issue!