Upload File Dialog Never Closes

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
tguttenb
Posts: 6
Joined: Thu Mar 01, 2018 8:50 am

Upload File Dialog Never Closes

Post by tguttenb » Fri Mar 09, 2018 5:37 pm

FCI: Internet Explorer 11, iMacros 12.0.501.669, Windows 10

After much tinkering I can't get iMacros to shut the upload file dialog to close and finish attaching the file. This appears to be a lingering issue from here: https://forum.imacros.net/viewtopic.php?f=11&t=25163

I first tried following the tutorial here: https://wiki.imacros.net/Demo-Upload , but the extra Imacros upload dialog never appeared.

When I manually click close or open on the upload dialog picutred, the rest of the macro in the script below carrier out just great. As you will see from the script I commented out some of the lines before and after the attachment path...it seemed to work fine no matter the combination of these lines....as long as I would manually close the upload dialog....

Please help...really stuck...

VERSION BUILD=12.0.501.6698
TAB T=1
TAB CLOSEALLOTHERS
'SET !PLAYBACKDELAY 0.00
SET !PLAYBACKDELAY 2.00
SET !DATASOURCE xxxxx.csv
SET !DATASOURCE_COLUMNS 2
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=https:myemailURL....
FRAME F=1
TAG POS=1 TYPE=A ATTR=TXT:Compose
TAG POS=1 TYPE=TEXTAREA ATTR=NAME:_to CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:_subject CONTENT=Email Title
TAG POS=1 TYPE=TEXTAREA ATTR=NAME:_message CONTENT={{!COL2}}
'TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:rcmbtn121
'TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:rcmbtn125
TAG POS=1 TYPE=INPUT:FILE ATTR=NAME:_attachments[] CONTENT=C:\Obviously\Replaced\Fakepath\here\Screenshot_2018-02-25-09-32-12.png
'TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:rcmbtn121
'TAG POS=1 TYPE=A ATTR=TXT:Attach ''''commented this out after recording *only* closing dialog...having it in did nothing
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:rcmbtn125
TAG POS=1 TYPE=FORM ATTR=NAME:form
TAG POS=1 TYPE=A ATTR=TXT:Send
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Upload File Dialog Never Closes

Post by chivracq » Fri Mar 09, 2018 6:31 pm

tguttenb wrote:FCI:

Code: Select all

Internet Explorer 11, 
iMacros 12.0.501.669, 
Windows 10
After much tinkering I can't get iMacros to shut the upload file dialog to close and finish attaching the file. This appears to be a lingering issue from here: https://forum.imacros.net/viewtopic.php?f=11&t=25163

I first tried following the tutorial here: https://wiki.imacros.net/Demo-Upload , but the extra Imacros upload dialog never appeared.

When I manually click close or open on the upload dialog picutred, the rest of the macro in the script below carrier out just great. As you will see from the script I commented out some of the lines before and after the attachment path...it seemed to work fine no matter the combination of these lines....as long as I would manually close the upload dialog....

Please help...really stuck...

Code: Select all

VERSION BUILD=12.0.501.6698
TAB T=1
TAB CLOSEALLOTHERS
'SET !PLAYBACKDELAY 0.00
SET !PLAYBACKDELAY 2.00
SET !DATASOURCE xxxxx.csv
SET !DATASOURCE_COLUMNS 2
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=https:myemailURL....
FRAME F=1
TAG POS=1 TYPE=A ATTR=TXT:Compose
TAG POS=1 TYPE=TEXTAREA ATTR=NAME:_to CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:_subject CONTENT=Email Title
TAG POS=1 TYPE=TEXTAREA ATTR=NAME:_message CONTENT={{!COL2}}
'TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:rcmbtn121
'TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:rcmbtn125
TAG POS=1 TYPE=INPUT:FILE ATTR=NAME:_attachments[] CONTENT=C:\Obviously\Replaced\Fakepath\here\Screenshot_2018-02-25-09-32-12.png
'TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:rcmbtn121
'TAG POS=1 TYPE=A ATTR=TXT:Attach ''''commented this out after recording *only* closing dialog...having it in did nothing
TAG POS=1 TYPE=INPUT:BUTTON ATTR=ID:rcmbtn125
TAG POS=1 TYPE=FORM ATTR=NAME:form
TAG POS=1 TYPE=A ATTR=TXT:Send
Hum..., good-good..., but no URL posted, then I can't give it a "Shot"... (But hum, I don't really help anyway for Scripts for sending Mails, is Spam for me...)

But OK, have a look at this recent and very similar Thread, I actually first thought you were the same User opening a Duplicate as that other User didn't really follow up in the end..., I guess counting until 7 was too much asking from me, oops...!, but I gave a few more "Things" to investigate/test than only the "Double Upload Popup" like mentioned in the Thread that you managed to find yourself and where TechSup had reacted... :idea:
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Post Reply