How to upload a file ?
-
can you please share a example how to upload a file with selenium ? for example to this site https://anonfile.com/
i get it to work to click on upload but then it will open the "choose file to upload" window. but this window can not get controlled by openbullet.that would be great because i dont know how to do it
thank you for your great work !!!
-
Hey, I will research this if you open an issue on github about it!
Anyways you can upload using the REQUEST block as well, just sniff the request made by the browser (usually multipart POST request) and replicate it.
-
Hey thank you for your response i will surely open a thread on github . Can you please give me an example config how it works to upload a file with the request Block?
Thank you
-
Hey, looks like Extreme.NET needs to be fixed for multipart file upload because it's not sending some info. I'll get to it when I have time, then I'll send you an example config!
-
Thank you for your effort !!! You are an awesome guy and i love your project because beginners like me can do so much with openbullet very very helpful
-
@Kolombo hey, it was an error in OB not extreme.net ^_^ my bad. Anyways I fixed it, grab the latest build from here
https://github.com/openbullet/openbullet/releases
then load this config I made as an example
ImageUpload.loli
Open the debugger, select the URLs wordlist type and put a link to any jpg image as test data for example
https://sample-videos.com/img/Sample-jpg-image-500kb.jpgLet me know if you ran into any issue!
-
cheers mate !!!
... its awesome i hope this project will never end
i donated for your awesome work 10$ btc
thank you
-
Oh damn ^_^ thank you so much mate, if you encounter problems with other things please don't hesitate to open a thread here or an issue on github!
-
Is it possible to upload files to dropbox or onedrive?
I try, but I do not get it
-
That would be kinda hard but it's definitely possible
-
Yes, in practice this is very difficult
-
is this function will be implemented in the next release or not?
-