-
Notifications
You must be signed in to change notification settings - Fork 10
File upload support #30
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
base: master
Are you sure you want to change the base?
Conversation
|
Only complaint is that image uploads don't work on elinks, but text files do. Not sure why cause it seems to be okay with trying to POST the multipart/form-data, but then it complains when it gets a response? No idea. Not worth worrying about with this. |
|
👎 nested form Also needs screenshot of new form layouts. |
js/index.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this to clear. or somewhere other than here.
f649061 to
c15b494
Compare
index.html
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be in a new column, and needs class="form-control"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👎 inline styles == no; use bootstrap
|
I dislike this entire idea, and in particular this implementation. |
#29
Added:
Changed:
This is currently deployed because it works.
Can also add a form for /u in the future. Working on Update and Delete forms now. This is currently live, but I'd like to hear what you think about this commit before continuing.