Welcome Guest, Not a member yet? Register   Sign In
File Upload Library and special characters
#7

(This post was last modified: 11-08-2018, 01:14 PM by jreklund.)

Hi, I just re-read everything. And your Javascript looks okay. The file name aren't submitted in the URL.
Can you find the PHP code for the upload part?

Do you get the correct name here in your HTML after upload?
<input data-name="'+data.response.file_name_unreplaced+'" type="hidden" value="'+data.response.file_name+'" name="userfile[]">

Try and delete this part:
Code:
slugCallback: function(filename) {
return filename.replace('(', '_').replace(']', '_').toLowerCase();
}
Reply


Messages In This Thread
RE: File Upload Library and special characters - by jreklund - 11-08-2018, 01:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB