Click here to Skip to main content
15,892,298 members

Comments by Member 14803832 (Top 44 by date)

Member 14803832 2-Sep-20 11:25am View    
Thanks, it was useful! now it works perfect!
Member 14803832 1-Sep-20 12:46pm View    
It works, thanks, but how can I take my file name? is it possible to take it from FormData()?
Member 14803832 1-Sep-20 6:45am View    
thnanks, will try this out and give my feedback.
Member 14803832 1-Sep-20 6:24am View    
After success of my ajax I can see the message, that my file is uploaded, but there is an old name of the file and I wand to refresh modal-body to see an actual name of the file
Member 14803832 1-Sep-20 6:22am View    
This is the point, I have no idea how can I refresh, reload of update $('#modal-body') after upload the file, or, with other words, after tab.on("click", ".btnUpload", function (e) {...