多项选择题

A.在php.ini配置中必须要开启file_uploads=On功能
B.在上传表单标记中,必须要有enctype="multipart/form-data"属性
C.必须用get方法进行上传
D.以上说法都正确