Pwnageboy
Regular Member
- Nov 9, 2014
- 314
- 125
Hey guys,
I've been struggling with this question for months already. I am trying to get into automation tools for a long time and i have some ideas i want to work out.
Yet i'm stuck at the same part every single time. The problem is external file upload without actually pressing a upload file button. I should be able to just upload the files with any kind of script. Not by manually pressing the button and select a file etc.
For example i want to create a bot that is able to put up a ad for the products i sell on multiple websites. So my goal is to add a product on my own web panel once and simply press "Start". Once i press start my bot should run and upload my product sell ad to multiple websites which are used for it. For example eBay.
I can create a bot like that with ease but then there's my problem. Image uploading. The bot is able to run on a VPS but i don't want it to actually open a "Upload image" pop up or anything like that.
So my question is: Is it possible to run any kind of (java)script that will upload my image or video files without actually clicking the upload button? So sending the HTTP request without actually having to input a file? All info is available like file location, file name etc.
It may be in any type of language but i am not sure how. I am afraid i need this answer spoon-fed. I tried so much already with all kind of things but i just can't get it to work. I need one simple example and i will find out the rest but i just need a nice little start with my problem.
Thanks in advance! Really been researching this for months already and never found a suiting answer.
I've been struggling with this question for months already. I am trying to get into automation tools for a long time and i have some ideas i want to work out.
Yet i'm stuck at the same part every single time. The problem is external file upload without actually pressing a upload file button. I should be able to just upload the files with any kind of script. Not by manually pressing the button and select a file etc.
For example i want to create a bot that is able to put up a ad for the products i sell on multiple websites. So my goal is to add a product on my own web panel once and simply press "Start". Once i press start my bot should run and upload my product sell ad to multiple websites which are used for it. For example eBay.
I can create a bot like that with ease but then there's my problem. Image uploading. The bot is able to run on a VPS but i don't want it to actually open a "Upload image" pop up or anything like that.
So my question is: Is it possible to run any kind of (java)script that will upload my image or video files without actually clicking the upload button? So sending the HTTP request without actually having to input a file? All info is available like file location, file name etc.
It may be in any type of language but i am not sure how. I am afraid i need this answer spoon-fed. I tried so much already with all kind of things but i just can't get it to work. I need one simple example and i will find out the rest but i just need a nice little start with my problem.
Thanks in advance! Really been researching this for months already and never found a suiting answer.