When I try to use the file upload component, it reads the file but is not passing the path to the file.
As a result on the receiving end the file shows up as nil in the db. When I select the file, the name of the file shows up. On upload file is not being sent, the name of file is sent as a param, but not the file data.
I'm using Ruby on Rails, it usually creates a tmp version of the file and then resizes. However in this case it is not receiving the file at all on upload. I am using the file upload listed on the forms section, not the Jasny file uploader.
Hi, I purchased Material Kit Pro for Bootstrap 4.
When I try to use the file upload component, it reads the file but is not passing the path to the file.
As a result on the receiving end the file shows up as nil in the db. When I select the file, the name of the file shows up. On upload file is not being sent, the name of file is sent as a param, but not the file data.
I'm using Ruby on Rails, it usually creates a tmp version of the file and then resizes. However in this case it is not receiving the file at all on upload. I am using the file upload listed on the forms section, not the Jasny file uploader.
Here's my code: form.txt
Its sending file name, but not file data.
I am using Material Kit PRO - v2.1.1