get file path of selected files in kendo UI upload - kendo-ui

how to get the file path of selected files in kendo UI upload element. we can get the name and size of files but is there any way to get the full path of file?

Related

QML images not loading in ui file

I have created a QML file which is a speedometer. This file includes several .png images which I have provided the path in QML file and it works fine. But is there any possible way to embed these images permanently? As I want to use this QML in a QT C++ UI file using QQuickWidget which only loads the QML file without images.
For getting images we have to add resource file to project.Follow below steps to add images to the
Resource file.
1.Right click on resources in project>>add new>>Qt>>Qt Resource File>>choose
2.Location-name>>next>>finish
3.add prefix>>prefix-/img
4.Add files>>image.png
5.Build. Images will be added to resource.
Images are added to the Resource file
PFA
[1]: https://i.stack.imgur.com/vhQK0.png

TFS2017: Code search in excel files

I'm using the Code Search extension/feature to look into source control files and I noticed that is not returning any results for .xls files content although is returning result for .xlt files content.
It's possible to enable the search into .xls files also?

Having a file open automatically when the compressed folder containing it is unzipped

I have a compressed (zipped) folder with several KML files and some image files in it. I will soon make the compressed folder available to download from a web site; once the site's user downloads the file, they can unzip it. I am wondering if there is a way to make a certain one of the KML files open in Google Earth automatically as soon as the folder is unzipped (this file is linked to the other KML files in the folder, and opening it in Google Earth is a much handier way of viewing all the KML files than opening each file individually). Is there any way of implementing this? The operating system on my machine is Windows 7, in case this helps.
The act of unzipping a .zip file cannot easily be triggered to open a particular file as you describe on the file system. You would need a drop-box like mechanism with a custom application waiting for new contents in a particular folder.
However, KMZ is a zipped file which when opened by Google Earth will display the root-level KML file (typically named doc.kml) so a workable solution would be to create a single KMZ file with folder-structure as needed. The KMZ file would include a parent KML with links to the sub-KML files either as anchor links (or feature anchor) accessed via feature description and/or as network links.
The parent KML file can have in its top-level KML element an description with an index or table of contents with links to all the sub-KML files.
A working example of a feature-anchor can be found here:
http://kml-samples.googlecode.com/svn/trunk/kml/feature-anchor/feature-anchor-semi.kmz
A good description of feature anchors in action with examples can be found in Chapter 2 of the KML Handbook.

MVC3 how do you specify a path to image

the image is located under: /Content/panoramic/panoramas/UCCParc.tif
I access the image like:
<img src="#Url.Content("~/Content/panoramic/panoramas/" + #imgName + "")"/>
But when I try to load the page localhost/pano, where pano is a controller, the images are not found. Is this the correct way of acessing the file in MVC3? Is it correct to specify the folder hierarchi as the path to the image or should I somehow wrap a controller around the path?
It seems that your code is fine but the best way to find the problem is using "Inspect Element" or other tools (Bugs in Firefox) to find out the correct URL that generated by your code. (Right-Click on images space and select 'Inspect Element' and see if the path to image is correct or not).

Jqgrid in a asp.net page in a subfolder not working due to js and css file paths

I have implemented jqgrid within asp.net 3.5 vs2010. It is working fine as long as the asp.net page is onthe root folder, but when I move the page to a subfolder it tries to look for the js and css files with the foder under subfolder. The js and css files are in a folder under the root folder.
I am using the folowing code to reference to jquery files:
What it does is it appends the subfolder name to the path and the application is not able to find the js and css files. e.g /Scripts/jquery.jqGrid.js
How do I reference the js and css files under the html tag of asp.net page?
If you use developer version of jaGrid you have to modify the variable pathtojsfiles from the jquery.jqGrid.js depend on the path where you place jqGrid on your site.
I recommend you to include all files listed in jquery.jqGrid.js instead of using jquery.jqGrid.js. See this and this answers for more information.

Resources