Using platform P10.
Want to implement drag and drop a image file. Any suggestion would be appreciated. Here are the steps we want to recreate in P10
Hi Shawn,
I never tried to implemented that feature before so I can't give you any tutorial.
You can check the components available in Forge (aka OutSystems Free Store):
-> https://www.outsystems.com/forge/component/352/file-upload/-> https://www.outsystems.com/forge/component/200/multiple-file-upload/-> https://www.outsystems.com/forge/component/385/drag-and-drop/
and test them in P10 version (maybe they work). You can also try to understand how they are implemented and do it yourself.
Regards,Thomas
I looked at the File Upload. Getting the following error. Do you know what the equivalent GetBrowserType() method is in P10. Thanks
Is there a way to store the uploaded image in a local variable and display it without storing it in a entity. All examples I have seen so far required storing the image in a entity first. Thanks,
Shawn S wrote:
I was able to figure this out. Thanks.