Hi All,
I have to read an image from Share point URL path say “http://…Penguins_DOCUS00020.jpg”, and then need to save it to the Temp folder or a Table.
The image will be then modified over VendEditInvoice form, and after modifications it will need to re upload the image over the previous Share point URL path.
Currently I am trying to read image using :
Image image = new Image();
image.loadImage(“SharePointPath”);
then trying to save it in a table named LoadImage as below.
loadImage.Image = axImage.getData();
but on image.loadImage(“SharePointPath”); it is not able to read the path, may be due to its not a window URL and giving warning message "Invalid parameter over the image.loadImage(“SharePointPath”); line.
Please guide me over this.
Thanks & Regards
Pranav.