question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upload photos and documents from client side (User)

See original GitHub issue

i use the webChat To implement my Client side in my bot. so the user can go to my URL and start talk to the bot.

During the conversation my user need to send to me (to the BOT) any image. I am faced with two problems 1 ) Some photos send to the BOT successfully And some we get the error “couldn`t send retry” but the retry not help. 2) in Microsoft Edge when you try to add image : the folder open and then you can choose the image… but after you choose Other folder opens Again and again and We can not go on. #

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
danmarshallcommented, Feb 3, 2017

It’s a known bug in Edge https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8282613/ reported as fixed, but clearly, it is not fixed 😦

0reactions
danmarshallcommented, Dec 4, 2017

This seems to be happening again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Client-side image upload without managing storage
Simplify client-side file upload in javascript using ImageKit.io. Directly upload files to the cloud without managing storage, infrastructure, ...
Read more >
Image upload functionality using plain client-side JS ... - Medium
Image upload functionality using plain client-side JS and NodeJS. Hi there, how are you doing. This post can be considered as a written ......
Read more >
Upload images using only Javascript or nodejs for client-side ...
I'm using browserify so NodeJS modules work, but the few I've found require an <input type="file"> .
Read more >
[Solved] Upload Image client side - CodeProject
Solution 1. There is no method to upload files using only HTML and JavaScript. These are both client-side and you need server-side processing ......
Read more >
Client-side image upload ⬆️ in React - DEV Community ‍ ‍
Here we are creating a file input that accepts only images and will allow uploading only one file at a time. Now, let's...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found