R
R
rusrich2018-10-09 09:32:25
Ruby on Rails
rusrich, 2018-10-09 09:32:25

How to auto-save a post in RAILS after a successfully uploaded image, video, file using Carrierwave?

Good afternoon.
Please let me know how to auto save a post.
The essence of the task is as follows:
The files are large and in order for the file upload to complete, you need to wait a few minutes.
I would like to fill in all the fields with information and install the file on the upload.
And in order not to return to this post for pressing the save button, use the autosave function.
I use Rails + Carrierwave.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artur Bordenyuk, 2018-10-09
@HighQuality

See how YouTube works. Uploading a large file is the first step. Filling in all the information is the second.
Divide the form into two steps and work with two different forms.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question