itsjunetime / smserver

An app to allow Jailbroken iPhones to send texts & attachments from their browser
GNU General Public License v3.0
157 stars 26 forks source link

[web interface] add ability to paste images into the message field #113

Open ThatStella7922 opened 3 years ago

ThatStella7922 commented 3 years ago

like how discord does it. paste an image in, send it and done. right now I have to screenshot, save the image, select the image and delete it after it’s sent

itsjunetime commented 3 years ago

I can definitely check this out. Just fyi, the web interface does support drag'n'drop, so that's a way to work around the file open dialog, but I can look into copy-pasting as well.

ThatStella7922 commented 3 years ago

Oh, nice. I didn’t know about the drag and drop, but thanks for looking into pasting!

sabogalc commented 3 years ago

Yesterday I reported an issue with pasting images in WebMessage, MyMessage, and BlueBubbles Desktop, so when this feature is added to SMServer, I'd like to test it for this bug too. However, the aforementioned apps use Node.js/Electron, whereas SMServer (as far as I know) does not, so I feel like it will work okay.