duannai1883 2011-09-08 12:47
浏览 136
已采纳

Magento自定义选项上传的最大文件大小?

I've looked everywhere on Google but I cannot see if there's a way to do this - I have custom options on my Magento products which allow the customer to upload a file. But I need to put a filesize limit on this to stop someone sending me a 99GB file which brings down the server.

There must surely be somewhere I can set this?

  • 写回答

3条回答 默认 最新

  • duanjihe5180 2011-09-08 13:17
    关注

    This is related to php setting upload_max_filesize. You can change this from php.ini and other variables affected are post_max_size (the amount of data that can be posted via forms) and also everything sent must fit to memory/disk

    see more from php manual

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?