Antonio Ramirez
Antonio Ramirez
If you were to use one file to upload... not sure the multiple file uploader is the best option. why not using the basic uploader? https://github.com/2amigos/yii2-file-upload-widget#blueimp-file-upload-widget-for-yii2
Hi @rafso, the plugin does everything for you: - submits the file - receives the JSON response (see https://github.com/2amigos/yii2-file-upload-widget#usage) - displays the result on the view The views used are...
Instead of working with that, I highly recommend you with the classes of the rendered element. CSS is the key for those type of things.
@nlrooat I think this has nothing to do with the extension. The problem is that you try to set the attributes of your UploadFile Model using the 'post'ed variables, and...
Can you help me with a PR? Not much time available lately
@bscheshirwork That was done purposely, the forms provided are simply an example skeleton. In all the applications we have created we were forced to modify the design. You simply need...
@maxxer I am not sure about this option. To be honest, I find it terribly annoying for a user to follow the password rules of an app. Whilst I think...
I had the same thought at the beginning and then got into the feeling that would be better outside of the module. After I realized that not having the property...
@kartik-v there are also some points to take into account with `recaptcha`: * Some systems use recaptcha not only as a protection for their registration and login systems but also...
What about simply `$recaptcha`? That way we could allow the developer whether is a `string` which will relate to an application component or an `array` which should contain the configuration...