Comments for Promise To Upload File

Topic for comments about Browser library keyword Promise To Upload File

Hi here !

Thanks for comment section !

I’ve got a question about the possibility to download directly several files at once instead of once by promise, is it possible like for example

${promise} Promise To Upload File ${CURDIR}/*.pdf

Thanks by advance for the feedback :slight_smile:

Regards !

Mat

I would say, that it should be possible to use the Promise To together with the Download keyword.

Like

Promise To    Download     ${url1}
Promise To    Download     ${url2}
Wait For All Promises

Hi All,

Has anyone attempted to upload multiple files at once? (is it possible)

For context, we have a catch-all modal that appears during multiple file uploads to cover all error scenarios (e.g. file is too big, the name too long etc)

Using multiple Promise To Upload File keywords just uploads them 1 by 1, bypassing the logic to catch the multiple file error.