Hi, can u tell me if a custom form is able to receive files (like drag from windows explorer and drop it to a field to be processed)? I need to process invoices with an attended bot, as per client request, invoices are processed 1 by 1 from a subfolder created and verified by the client himself. Then the invoice numbre is requested by a user input activity.
UiPath Forms (native Form Designer) currently do not support drag-and-drop file uploads directly from Windows Explorer.
Drag and drop file won’t work but you can give user option to choose the file to process.
Follow this tutorial on how to achieve this.
Welcome to the community
you can use browser for file activity to give the file..or even in forms you have option to choose file
its not drag and drop though
cheers
You could use Windows Form (Custom .NET Form), created through, Invoke Code / Invoke VB / Invoke C#, These forms can be coded to support drag-and-drop of files, Once the user drops a file, you can pass the file path back to UiPath for processing
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.