How can I add multiples files in different moment?

QuestionsHow can I add multiples files in different moment?
zahira abdala asked 1 year ago

Hi everyone, I want to know if is possible add multiples files with out loss all the files that I uploaded before.

This is my code.

$col = array();
$col[“title”] = “Adjunto”;
$col[“name”] = “adjunto”;
$col[“editable”] = true;
$col[“edittype”] = “file”;
$col[“upload_dir”] = “adjuntos”;
//$col[“editrules”][“max_file_uploads”] = 3;
$col[“show”] = array(“list”=>true,”edit”=>true,”add”=>true,”view”=>true);
$col[“editrules”] = array(“ifexist”=>”rename”);
$col[“editrules”][“allowedext”] = “pdf”;
$col[“editrules”][“allowedsize”] = 900000;
$col[“editoptions”][“multiple”] = “multiple”;
$cols[] = $col;

Thaks for your help

2 Answers
Abu Ghufran Staff answered 1 year ago

Hello,

This is currently not supported.

There is no append option right now and You need to upload all files again.

It’s a valid requirement and I’m adding it in todos but can’t give exact ETA.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
zahira abdala answered 1 year ago

Okay, thank you for your answer.

Your Answer

11 + 3 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?