Using Imacros for Bulk Upload

Zorbas

Newbie
Joined
Mar 19, 2017
Messages
22
Reaction score
0
I was trying to use Imacros for Pinterest Bulk Upload but it didn't work
"Sorry, upload functionality is currently not supported in iMacros for Firefox/Chrome"

Any help? Thanks!
 
Yah imacros for chrome and firefox doesn't support this functionality any more. Imacros for internet explorer supports this feature now or you can use imacros old version if you want to use with firefox.
 
Try downgrading to Firefox 47.0.2 and imacros 8.9.7
I've found that to be the optimal solution in terms of supported features. Since Firefox added multi process support, also restricting certain DOM access, lots of the functionalities of imacros were lost.
 
For automating file uploads, there is also Kantu Web Automation, which is based on Chromium.

Automating web browser file uploads is very easy with Kantu: Create a click command with the screenshot of the file upload "Browse" button and then select the file you want to upload from the native browser file upload dialog that appears. That is all. Kantu records path of the selected file and then fills it in during replay. Kantu works with all file upload methods that you can find on the web. If you specify a folder name instead of a file name, Kantu will upload every file in the folder.

fileupload-imgur.gif


Text /image from from the website since I can not add links yet ;)
 
For automating file uploads, there is also Kantu Web Automation, which is based on Chromium.

Automating web browser file uploads is very easy with Kantu: Create a click command with the screenshot of the file upload "Browse" button and then select the file you want to upload from the native browser file upload dialog that appears. That is all. Kantu records path of the selected file and then fills it in during replay. Kantu works with all file upload methods that you can find on the web. If you specify a folder name instead of a file name, Kantu will upload every file in the folder.

fileupload-imgur.gif


Text /image from from the website since I can not add links yet ;)

Thanks man I will check it out!
 
Try downgrading to Firefox 47.0.2 and imacros 8.9.7
I've found that to be the optimal solution in terms of supported features. Since Firefox added multi process support, also restricting certain DOM access, lots of the functionalities of imacros were lost.

I did and it worked now but the code is somehow not too perfect - it uploaded 50 or sometimes 70 photos and then stopped with no reason lol
 
For automating file uploads, there is also Kantu Web Automation, which is based on Chromium.

Automating web browser file uploads is very easy with Kantu: Create a click command with the screenshot of the file upload "Browse" button and then select the file you want to upload from the native browser file upload dialog that appears. That is all. Kantu records path of the selected file and then fills it in during replay. Kantu works with all file upload methods that you can find on the web. If you specify a folder name instead of a file name, Kantu will upload every file in the folder.

fileupload-imgur.gif


Text /image from from the website since I can not add links yet ;)

I saw that they don't have a version for mac yet lol
 
I did and it worked now but the code is somehow not too perfect - it uploaded 50 or sometimes 70 photos and then stopped with no reason lol
Try the standalone iMacros browser then, i think the "discounted" copies are available in the download section, if you know what i mean. ;)
 
Thanks guys! Do you have any code for bulk editing uploaded pin? (landing page, description)?
 
I want to upload multi image on folder with csv data for each image the uploader already accept multi image but want to automate the task with kantu do you think it's possible


For automating file uploads, there is also Kantu Web Automation, which is based on Chromium.

Automating web browser file uploads is very easy with Kantu: Create a click command with the screenshot of the file upload "Browse" button and then select the file you want to upload from the native browser file upload dialog that appears. That is all. Kantu records path of the selected file and then fills it in during replay. Kantu works with all file upload methods that you can find on the web. If you specify a folder name instead of a file name, Kantu will upload every file in the folder.

fileupload-imgur.gif


Text /image from from the website since I can not add links yet ;)
 
Back
Top