Skip to content
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

Image Uploading using React #98

Open
6 tasks
han950307 opened this issue Apr 11, 2018 · 0 comments
Open
6 tasks

Image Uploading using React #98

han950307 opened this issue Apr 11, 2018 · 0 comments
Assignees

Comments

@han950307
Copy link
Owner

Description

Let us design a image uploading scheme using React.js on a standalone test page so that we can integrate it later.

Specs

Frontend

  • Use React.js to interface the frontend with the API
  • When the image is uploaded, it should display the uploaded picture.
  • It should also display the text of the image.
  • While the file is uploading, need a "progress" circle or something.
  • Need a button to cancel the uploaded file. This would send a DELETE request and get rid of the file.

Backend

  • REST API and Django models for file uploading.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants