:How to creating an attachment file or file upload button in html and save it in backend?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2019 11:49 PM
Dear Devlopers,
I need to create an attachment or file upload option in service portal where i have written in HTML as below
<div class="row">
<label>Select a file: <input type="file" name="myFile"><br><br>
</div>
Now when i wll select any file, it is showing there as above one but i need to attache this file in backend table?
could anyone suggest how to achieve this?
As i am new to portal, learning simple simple things. so any code will be helpful to me?
Regards,
Manmath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2019 12:09 AM
Hi Manmath,
Following links should be helpful:
Service Portal: Require attachments — ServiceNow Elite
https://snprotips.com/blog/2016/2/25/understanding-and-using-glideattachment
Regards,
Sushant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2024 10:30 PM
Have you any answer to this post?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 02:49 AM
any update? I am working on same thing!