我在nativescript-vue中有前端,在php-laravel-mysql中有后端。我要上传> 5mb的图像到服务器。那么,有人知道该怎么做吗?
答案 0 :(得分:2)
Did you check server restrictions? In apache.ini file, you can check for:
After edit, you have to restart apache.
答案 1 :(得分:0)
通常使用第三方服务(例如Amazon AWS S3)。 https://aws.amazon.com/start-now/
有时,您需要为存储和数据传输付费。但是,在原型制作过程中,免费套餐大有帮助。
如果您想走那条路,我找到了以下帮助:https://github.com/NativeScript/NativeScript/issues/3952
请注意,要使其正常工作,注释应为install nativescript-nodeify。 那里的说明提供了一个使用AWS的示例:https://www.npmjs.com/package/nativescript-nodeify