Load Image into Nav from URL

AntHillMob
Member Posts: 79
I have the requiremnent to parse a website and load some images (with a known structure of URL) in a Blob object of a corresponsing record so it can be shown in a picture box.
I can achieve this by creating an add-in with a picture box that dispalys the image diorectly from the URL address quite simply, but this is another add-in to manage and it makes sense to actually store the image in the record as then it can be used elsewhere in the application. I can't quite get my head arround how to do this, especially given the 'limitations' of file handling on the RTC.
Any pointers welcome.
I can achieve this by creating an add-in with a picture box that dispalys the image diorectly from the URL address quite simply, but this is another add-in to manage and it makes sense to actually store the image in the record as then it can be used elsewhere in the application. I can't quite get my head arround how to do this, especially given the 'limitations' of file handling on the RTC.
Any pointers welcome.
0
Comments
-
There are lots of way to do this, I would give this one a try:
An addin with string based addin and convert the image you download to base64 send it back to nav (ControlAddinEvent), in NAV you convert it back & store it using this http://www.mibuso.com/forum/viewtopic.php?p=20166#p20166 method.
If you know the url you can download the picture like this:WebClient Client = new WebClient (); Stream strm = Client.OpenRead ("http://domain.com/picture.png");
0 -
Or you can do the same with usage of .NET Interop directly from the client.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions