vanessafarraye / postit

first project
0 stars 2 forks source link

Edit #2

Open vanessafarraye opened 9 years ago

vanessafarraye commented 9 years ago

I would like to make and edit button for the description of the picture

ratacat commented 9 years ago

hmmm, this edit button is a little bit more complex. The form that currently exists, has a file selector. And when it's submitted, that picture gets submitted as well. If we try to recycle the existing form for the edits, we'd need to tell it to ignore the picture file selector. I think options might be to either build an ajax form to 'edit inline', or to push user over to another page which a form that doesn't include the file selector.