Skip to content
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

No warning message if file upload fails #32

Open
laceysanderson opened this issue Nov 25, 2019 · 3 comments
Open

No warning message if file upload fails #32

laceysanderson opened this issue Nov 25, 2019 · 3 comments
Labels

Comments

@laceysanderson
Copy link
Member

Currently if file upload fails for whatever reason when trying to create an instance, the form simply refreshes with no messages to the user and no instance created...

@laceysanderson laceysanderson self-assigned this Dec 5, 2019
@laceysanderson
Copy link
Member Author

This appears to be caused by trying to upload to large a FASTA file which in turn overloads the POST. Sometimes there is no message on submit of the form and sometimes you see
Screen Shot 2019-12-05 at 10 53 50 AM

The tripal_jbrowse_mgmt_add_form_validate() does not even get triggered in this instance making this extremely difficult for us to catch...

@laceysanderson
Copy link
Member Author

If you run into this, upload your file to the server and use the Path to file on server text field to specify the location.

@laceysanderson
Copy link
Member Author

We should use the Tripal HTML5 file upload to get around this.

@laceysanderson laceysanderson removed their assignment Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant