I have a Rails application that has file uploading. Once the file is uploaded I do a lot of processing on it. I’d like to send notifications to the user of the status of the processing. Would flash be best used for this? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since you want to notify the user of progress after the file has been uploaded, you’ll want to: