I want to integrate ink file picker in my code.When user browse an image from his pc. that image shoul be integrate in ink file picker and user can edit it in perticular size.
Once he click on ok the image should shown to user in image control. and url should store in database
Loading
Sunny SharmaPosted Apr 26, 2014, 2:25 PM
http://www.c-sharpcorner.com/UploadFile/370e35/how-to-integrate-inkfilepicker-library-in-web-app/
Go through and you'll get the idea!
@ Shubhadeep: Well, there's nothing special in doing this in ASP.NET. Just add a little JavaScript and invoke a JS function on button click, that's all it needs!
Visit the link above... it's well explained there. Do write back if have any question after you go through the article.
Cheers!!
Shubhadeep ChattopadhyayPosted Apr 23, 2014, 5:03 AM
I have gone through the document of Ink File Picker but I have so many confusion. I am confused that where I need to set the API key in the aspx page. I have the API Key. Also I didn;t found that how can I open the file upload screen from a asp button click event. How can I store it to the application directory. There are so many questions in my mind. Please help me. If possible please send me some code example.
Thanks.
piya pPosted Mar 19, 2014, 7:41 AM
Sunny SharmaPosted Mar 19, 2014, 7:33 AM
refer to the documentation: https://developers.inkfilepicker.com/docs/web/
OR
show me the code if you've the key already.
piya pPosted Mar 19, 2014, 7:32 AM
piya pPosted Mar 19, 2014, 7:09 AM
But i am not getting how to integrate that page
Sunny SharmaPosted Mar 19, 2014, 7:05 AM
Show us what you've tried so far. Where are you stuck?