-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
File uploader bugs #14
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
Comments
Next step: uploading text files! I think I'll need to add a file limit size, especially for files types like .json, which can be really big, and those will get uploaded to S3 rather than to the mongo database. |
I'm making a note that I don't think SVG uploading is working. This isn't mentioned in the first comment, but I'm assuming it hasn't be attempted yet. |
To add to the pile of files that students are trying to upload to the editor, I had one working with |
I can handle this file types no problem! I just need to whitelist them. |
Just tried adding SVG's but I couldn't get it to work because of processing/p5.js/#1648. Obj files are now working though and deployed. |
just added support for font files: |
The interface makes it feel like more than one file can be uploaded at a time, for example to load three images with one drag into the box, but only one is uploading at a time. |
i'm going to close this--there's a separate ticket for the UX for the uploader being confusing (#271), and if there are bugs this ticket can be reopened. |
Uh oh!
There was an error while loading. Please reload this page.
In the current editor, I have begun to add media uploads. As this is a fairly complicated task, as it stands right now, it only works for:
Eventually you will be able to uploads fonts, videos, and so on, and will parse it in all file types, but for now, I think it's good enough for teaching basic p5.js.
The text was updated successfully, but these errors were encountered: