diff --git "a/\345\210\230\351\270\277\345\245\207/20220518-PHP\346\217\220\344\272\244\346\226\207\346\241\243.md" "b/\345\210\230\351\270\277\345\245\207/20220518-PHP\346\217\220\344\272\244\346\226\207\346\241\243.md" new file mode 100644 index 0000000000000000000000000000000000000000..ddc63860659f3414c3adbcceb0ebccd19253f424 --- /dev/null +++ "b/\345\210\230\351\270\277\345\245\207/20220518-PHP\346\217\220\344\272\244\346\226\207\346\241\243.md" @@ -0,0 +1,44 @@ +```PHP +// 1、实现一个文件上传,限制只能上传pdf和word格式,大小为1M以内。 + + +
+ +