You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering in a rails app that you would like to create an entry in a standard CRUD method and in the process of creating that entry you have several photos to upload. Using this gem and current method now you have to upload the photos after the fact otherwise it throws an error for duplicate photos because the create function is trying to send the same photos that were sent using direct upload.
Is there a way to use this gem, setup a standard scaffold CRUD and create the entry without the duplicate error without going back in after the entry was created?
The text was updated successfully, but these errors were encountered:
Considering in a rails app that you would like to create an entry in a standard CRUD method and in the process of creating that entry you have several photos to upload. Using this gem and current method now you have to upload the photos after the fact otherwise it throws an error for duplicate photos because the create function is trying to send the same photos that were sent using direct upload.
Is there a way to use this gem, setup a standard scaffold CRUD and create the entry without the duplicate error without going back in after the entry was created?
The text was updated successfully, but these errors were encountered: