-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import option with Image upload #192
Comments
Hi! Hm weird, did |
Hi, Here's an image I tested: When you load it directly on the browser y works ok, but when you load it from inside memcode the server rejects the request, as it doesn't come from their site. I can try to provide a sample imported test in a course next week. Note: If after loading the image from the browser it keeps working even in memcode, it should be easy to find other images on that site to test it. Cheers |
Hi, Here's a Course with that same image imported: The image fails to load, even before returning an HTTP error code, the connection is closed by the server. Using the developer tools > Copy as cURL and running it from a terminal, that exact command fails, but removing the "referer" header (value https://www.memcode.com/) the request does work. I think this is something from the server preventing this type of usage. Cheers, |
Hi,
We would like to import many flashcards to one Course. We haven't found a way to upload images to the flashcards when importing them with the .xls file.
It would be great to support something like [image]https://www.example.com/myImage.jpg[/image] so that it gets uploaded and can be used.
We have tried using HTML to show the image but the image is not loaded in memcode because of the headers sent in the request.
Thanks!
The text was updated successfully, but these errors were encountered: