Make file created_at when file upload is complete
This commit is contained in:
parent
fbbbcab403
commit
26787d9cb1
|
@ -57,6 +57,7 @@ sub upload {
|
||||||
|
|
||||||
if (($json->{part} + 1) == $json->{total}) {
|
if (($json->{part} + 1) == $json->{total}) {
|
||||||
$f->complete(1);
|
$f->complete(1);
|
||||||
|
$f->created_at(time);
|
||||||
$c->provisioning;
|
$c->provisioning;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue