var filename = $('#fileData').val();
it gives like this C:\fakepath\SO_Status.xlsx
but what i realy wanted is path of a file and not data inside a file / no need to upload a file C:\filesFolder\SO_Status.xlsx (assuming 'SO_Status.xlsx' file present in fakepath)
thanks

Altaf AnsariPosted Feb 6, 2018, 10:47 PM
Madhanmohan DevarajanPosted Feb 6, 2018, 3:16 PM
Asma KhalidPosted Feb 6, 2018, 11:04 AM
Where it is assumed that you have already uploaded the target file into your server target folder in this case it is "fakepath"Dharmraj ThakurPosted Feb 6, 2018, 6:56 AM