Trying to upload a file in Studio Web

Hi All,

I need some help on trying to upload a file in StudioWeb. I have found the CSS that I need to update and I have set a check element on it and then an InputInto. Here the code on both the checkelement and the inputinto:

Here is the css line I am trying to update:
<input type=“file” multiple id=“fileUpload” style=“display:none” … accept=“.xlsx”>

See screenshots attached.

It does not find the file to upload - any thoughts on how I can solve this or what I am doing wrong?

Thanks,

Ryan

Hello @Ryan_Beangstrom,

If the goal is to upload an file, I don’t exactly understand your usage of Input into, Is the input into is used to type in the filepath that has to be uploaded?
And I wonder, shouldn’t we have a click activity before proceeding to upload a file?

1 Like

dheephiga.am I am doing this from Studio web and when running in the VM, I am unable to drag and drop a file nor click on the upload as this opens a file dialog and then you can’t select a file inside the VM. I have the file and its path as a variable that I could pass in, but you can input this into the file dialog box - or do you know of a way I can do this? And no, a copy paste shortcut does not work, already explored this way. So my idea was to change the CSS the the filepath before clicking on upload, that way the site has the path - but I don’t get this to work.

Open to any other suggestions on how to get this working you may have?

Thanks!