jsonchou
Results
2
issues of
jsonchou
服务器端能获取到的两个文件 ### files: ``` js [ { fieldname: 'files', originalname: 'avatar.jpg', encoding: '7bit', mimetype: 'image/jpeg', buffer: , size: 173719 }, { fieldname: 'files', originalname: 'big.jpg', encoding: '7bit', mimetype: 'image/jpeg', buffer:...
planning
Is there a strategy of renaming field keys? By mapping originally lengthy field keys (such as product_name, product_id, product_url) to shorter identifiers (e.g., a, b, c) during storage, which will...