adiramardiani
adiramardiani
Currently the location for uploaded file is set by random directory with `md5(microtime(true) . $filePath)` How to set with custom location like `path/attribute_id/attribute_2/etc...` ?
Currently, this widget write ActionColumn [delete] in hardcode Some times some user not have privileges to delete the file, some time user need to add [download] button in ActionColumn Sorry,...
I use attachment with image and office (pdf,word,excel, ppt, etc) For the non image type file, AttachmentsTableWithPreview widget still show up this type I think only image file should show...
In rule is provided FileValidator, how to add a required option ? ``` php /*example*/ [['field_name'], 'required', 'on' => 'update'], ```
 I'm sure you're tracking the pulse of follows Material Guidelines standards like me and others. That being said, material ui version 3 (Material You) is out. We should track...
I set the folder with structure ``` public_html ---rootdomain // with configure http://mydomain.com ------uploads ---------files ---subdomain // with configure http://subdomain.mydomain.com ``` I configure : ``` javascript 'uploadURL' : 'http://mywebsite.com' //not...
I added html tag with font awesome tag like empty ``` html ``` tag and it's not save, how to add configuration in array config like : ``` javascript config.protectedSource.push(/]>/g);...
When i delete image in edit form, the image is deleted Is possible to `true` delete if user click update button ?
I add this behaviour and the result is ```html ... category
Hi Sorry If this is just a question, close this issued if you're all have the best approach and answer, I hope this is can be added on documentation /...