Mar 22nd, 2014, 8:49 AM
(This post was last modified: Mar 22nd, 2014, 8:59 AM by theallseeingi.)
Hi All,
I have a form that uploads resumes (doc,docx,pdf). But when I attach the resume, it doesnt show up in the form.
I have installed FT 2.2.6 through cPanel --> Installatron
Under Settings - Files :
Upload Folder Path : This folder has the correct permissions.
Upload Folder URL : The folder and URL appear to correctly match.
But when I go through file manager, I cannot see the uploaded file. Its a .doc file and is enabled under Permitted File Types. Also the file size is less than what is allowed.
Where am I going wrong?
Please let me know if you need more information.
Thanks in advance.
EDIT : "file_data" => $_FILES, is included.
EDIT : When I upload the file using Form Tools, it works fine. So from the website to Form Tools is the problem....
In which case, this is my HTML
<div class="form-group">
<label for="upload" class="col-sm-3 control-label">Upload Resume doc, docx, pdf *</label>
<div class="col-sm-6">
<input type="file" name="upload" id="exampleInputFile" required />
</div>
</div>
And my Field details are
Display Text : Upload
Form Field : upload
Field Type : File
Data Type : String
DB Column: upload
Followed by Default file settings
I must mention that this field was manually added since it wasnt automatically detected during Form Submission.
Oh, Im using a API.
I have a form that uploads resumes (doc,docx,pdf). But when I attach the resume, it doesnt show up in the form.
I have installed FT 2.2.6 through cPanel --> Installatron
Under Settings - Files :
Upload Folder Path : This folder has the correct permissions.
Upload Folder URL : The folder and URL appear to correctly match.
But when I go through file manager, I cannot see the uploaded file. Its a .doc file and is enabled under Permitted File Types. Also the file size is less than what is allowed.
Where am I going wrong?
Please let me know if you need more information.
Thanks in advance.
EDIT : "file_data" => $_FILES, is included.
EDIT : When I upload the file using Form Tools, it works fine. So from the website to Form Tools is the problem....
In which case, this is my HTML
<div class="form-group">
<label for="upload" class="col-sm-3 control-label">Upload Resume doc, docx, pdf *</label>
<div class="col-sm-6">
<input type="file" name="upload" id="exampleInputFile" required />
</div>
</div>
And my Field details are
Display Text : Upload
Form Field : upload
Field Type : File
Data Type : String
DB Column: upload
Followed by Default file settings
I must mention that this field was manually added since it wasnt automatically detected during Form Submission.
Oh, Im using a API.