c# - Excel file uploading works in Chrome, not working in IE 8. Error: 'could not find the part of the path' -
There may be a lot of useful links on the Internet Can not find part of the path , But I get that error only in IE The upload works well in Chrome . This problem is only on the server. :
string path = path. Cobine (server.mappath ("~ / _Uploads / Temp"), uploaded file.filename);
I'm sure the _lags and temporary are in the folder. Because I uploaded the file with Chrome, Strong> _ upload folder. I have found a link about IE security about this, but my settings do not have my computer tab
Who was the same issue? How can this fix the problem?
As always IE
took my whole day and I made that issue Resolved in IE8
is a security option that does not allow the path of the uploaded file to be obtained. We need to set it to disable
here:
IE 8 -> Internet Options -> Security -> Local Internet -> Custom Level -> File on Server Include local directory paths while uploading.
I have disabled it.
Comments
Post a Comment