dashboard
repositories
filestore
activity
search
login
jiangyouyao
/
beauty-erp
forked from
beauty-erp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
合并BizUser表与SysVipInfo表 大部分逻辑已经修正 可能存在问题的 1、拼团秒杀 2、分享图 3、分销结算
935090232@qq.com
2021-04-05
241a49f9653aa83d1dcd9bf646208da3157df35a
[~jiangyouyao/beauty-erp.git]
/
zq-erp
/
src
/
main
/
resources
/
static
/
plugin
/
Validform_v5.3.2
/
plugin
/
swfupload
/
upload.php
1
2
3
4
5
6
7
8
9
<?php
// The Demos don't save files
if (isset($_FILES["resume_file"]) && is_uploaded_file($_FILES["resume_file"]["tmp_name"]) && $_FILES["resume_file"]["error"] == 0) {
echo rand(1000000, 9999999); // Create a pretend file id, this might have come from a database.
}
exit(0); // If there was an error we don't return anything and the webpage will have to deal with it.
?>