100
Views
3
Comments
uploading a file

Hi community I want to upload a file of .xcf format for my work how can I do it. Please help me out.

2023-03-03 06-59-12
Reemali patil

Hi Chetna Upadhyay ,

Create a file upload widget in your application, add a file upload widget to the screen where you want users to upload the .xcf file. You can find the file upload widget in the toolbox or by searching for "File Upload" in the widget search bar. Configure its properties. 

Add an OnChange event to the file upload widget. This event will trigger when a file is selected for upload. In the event handler, you can write the logic to handle the file upload as shown in attached image.

Thanks

Reemali.

2024-08-20 07-51-02
David Nieuwenhuizen
Champion

Hi Chetna,

Is it an image? then I would suggest converting it to a .png or .jpeg or whatsoever to import it into outsystems.

KR,

David

UserImage.jpg
Chetna Upadhyay

How to convert .xcf into any image file format.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.