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
closesTryGhost/Ghost#9300
- as of TryGhost@74428ef we reset the file input earlier in the actions chain, this was clearing the file references before the editor was triggering the upload. By converting the `FileList` to an `Array` before resetting the input we keep hold of the file references and the upload works again.
Sorry about this, bug is confirmed and there's a fix is ready for the next release. In the meantime a workaround is to drag and drop images onto the editor to upload them as that method still works.
closesTryGhost/Ghost#9300
- as of 74428ef we reset the file input earlier in the actions chain, this was clearing the file references before the editor was triggering the upload. By converting the `FileList` to an `Array` before resetting the input we keep hold of the file references and the upload works again.
Issue Summary
not upload while trying to upload images
Steps to Reproduce
1- Login Ghost admin area
2- Select any draft stories
3- continue writing and try image upload
4- see that the image is not loaded ant not uploaded
Technical details:
The text was updated successfully, but these errors were encountered: