|
@@ -618,6 +618,7 @@ module.exports = app => {
|
|
*/
|
|
*/
|
|
async upload(ctx) {
|
|
async upload(ctx) {
|
|
let stream;
|
|
let stream;
|
|
|
|
+ console.log(await fs.readdirSync(path.join(this.app.baseDir, 'app', 'public/upload/2647/tc')));
|
|
try {
|
|
try {
|
|
this._checkMaterialFileCanModify(ctx);
|
|
this._checkMaterialFileCanModify(ctx);
|
|
const parts = this.ctx.multipart({
|
|
const parts = this.ctx.multipart({
|