Commit 3c8f7f15 authored by Antonio.Suerte's avatar Antonio.Suerte

Deposit CSV Directory Creator

parent 3b66aa5c
......@@ -232,6 +232,9 @@ class DepositModelClass extends ModelClassEx {
}
if($rtn) {
if(!@file_exists(SYSTEM_DOCUMENT_DOPOSIT)){
mkdir(SYSTEM_DOCUMENT_DOPOSIT);
}
// ファイルパスの取得
$path = SYSTEM_DOCUMENT_DOPOSIT . $_FILES[PARAM_CSV][PARAM_NAME];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment