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
Not sure what's happening under the hood here but I think there is an issue with the AjaxForm function.. I tried to upload a simple image and get this error after the ajax request was attempted/triggered:
Image /workspace/[object File] The file uploaded is no longer available. Please check that it exists, and is readable.
I think this is related to the path change in the upload field again... maybe the data object no longer contains the info we need in the response callback??
The text was updated successfully, but these errors were encountered:
Not sure what's happening under the hood here but I think there is an issue with the AjaxForm function.. I tried to upload a simple image and get this error after the ajax request was attempted/triggered:
Image /workspace/[object File] The file uploaded is no longer available. Please check that it exists, and is readable.
I think this is related to the path change in the upload field again... maybe the data object no longer contains the info we need in the response callback??
The text was updated successfully, but these errors were encountered: