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
fixesTryGhost#4607
- moves file checks from db and upload API endpoints to api utils
- adds code to accept and then extract a zip and pull out a JSON file
- zip handling requires a lot of dependencies - this needs a good refactor
This is part of the epic #4605
The first step in the march towards an improved uploader with more options, is making the importer accept a zip file as well as a JSON file.
If the zip file contains a JSON file, that file should be used to attempt the normal import process.
All other files can be ignored for now.
The text was updated successfully, but these errors were encountered: