You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And because of this set_value for files does not work.
I am trying to upload a file and when i have form errors from validation rules
the upload file gets removed.
I am trying a bunch of shit code to fix this. So much work i have to do with form_upload and set_value dude.
No one ? 🗡️
Please someone review this. This is very important to me.
I am eager to show you the code how i resolve this very weird but i got up some very big problems with it.
Someone please comment here about this issue Thanks.
I don't think this is possible. This is blocked on a browser level. Maybe there is some hacky way to accomplish this, but this would be a security issue.
The valid question is why do we have $value variable there, but I guess it is because of the direct import from CI3.
This is the code in form_helper
Surely we see that the $value is not used inside this function. from the source code
The text was updated successfully, but these errors were encountered: