browse

What is the best way to replace the file browse button in html?

I know that it's possible to replace the browse button, which is generated in html, when you use input tag with type="file". I'm not sure what is the best way, so if someone has experience with this please contribute. ...

Browsing directory without using mapped drive

Is there an app or way to browse a directory that requires different login credentials without using a mapped drive? The issue is given one login credential Windows Explorer only allows you to map it to one drive and disallows using the same login credential to map to a different drive. ...

How to browse for a file in java swing library?

Hey everyone, I was wondering if there was some kind of J tool in the java swing library that opens up a file browser window and allows a user to choose a file. then the ouput of the file would be the absolute path of the chosen file. Thanks in advance, Tomek ...

How can I get windows explorer to "browse to next folder"? (vbscript/batch etc...)

Hello. I use the basic windows explorer to browse a large collection of images. I have a very well organised group of folders and I don't need/want any of the extra functionality of photo organisers such as picasa etc... The only drawback is: I'd really like to be able to browse from one folder straight into the next, without having to...

WebBrowser Control: Is there a good documentation on browsing local files and folders?

I am using the WebBrowser control to browse local files and folders, but the control seems to be designed primarily to browse the Web (as its name implies). I need to be able to do common tasks, like using the "Up one level" button, or put the control in "File Search" mode, get the active item, etc. Is there a way to do these things u...

jQuery - do you know any server file picker/uploader?

Hello there I'm building an application which requires the user to pick an image file from the images folder on the server. What I am looking for is a popup plugin that when clicking the browse button it will show a list of all files in the specified folder and return the filename of the selected file. Additionally (but not mandatory) i...

Flash AS3 Help detecting a loaded file

Hello, I'm trying to load an external and local XML file to read its data, but I don't really know how to detect when the file has been loaded, I'm just able to open the broser window, here is what I have done package { import flash.display.Sprite; import flash.events.; import flash.net.; import flash.net.URLRequest; pu...

How would I hook Trac up to multiple repositories?

in this case I don't want to use the ticketing system or the wiki, simply connect it to browse multiple repos. I would think it would be as easy as having a script update the repository link in its conf.ini file every time you wanted to look at a new repo, right? ...

What is the smallest embedded browser I can use in C++ ?

I need to build my application GUI using HTML/CSS/JavaScript with a C++ backend all cross platform. I made simple tests with QtWebKit, XULRunner and Mozilla. Well from the simple testes I notice something that is very batters me and it is the deployment size of the browsers libs/framework. It's big: 8 MB and above. Is there some kind o...

I'm looking for a scriptable UPNP client

I'm looking for a library to browse upnp media servers. Python Coherence is a mess. I'm looking for alternatives. Any suggestions would be appreciated. Any scriptable language is fine. ...

How to load two websites in one page?

I don't want to use frame or iframe because most websites are busting it nowdays. what are the possible methods to do this? The intended behaviour is as if like two browser controls loaded in a website. ...

how to browse folder or file or directory using php

Hello sir/madam, Sir I'm new for php, Sir now I'm working on website ,In which there is one problem is occure in email form, sir i want to attach more than one file as attachments(for this task i got required code ),I have one browse button,but i'm not getting what code i have to write there for invoking required fi...

Can an image map be linked to open the browse file controller?

I want the user to be able to click on an image on tab 1 of my app that will open up the file browser to enable a photo to be uploaded. is this possible?? ...

Javascript focus on browse button of file input

I am trying to focus on the browse button of the file input control. so I have something like <input type="file" name="upload" id="upload" > and in javascript I have document.getElementById("upload").focus(); but the focus remain on the text field and comes to browse button only after i hit tab. Is there a way that I could write ...

java.awt.Desktop.browse() method issue.

When we use Desktop.browse method to open a url in Internet Explorer, then it overrides the current web page in the browser. Hence if user was doing anything critical in current page in browser, then its all lost. This does not happen in IE8 and firefox. But the problem is there in IE6. Has anybody found a fix for this problem in IE6. ...

Intraweb 9.0 Browse for a filename

Hi. Does anybody know how to browse for a file in Intraweb? I'd need something similar to the Delphi OpenFileDialog. There is a TIWFile component, but it has no test/filename property to set. I need to locate a file, save the path in a database and then later on retrieve and display the filename. Regards, Pieter ...

how to upload browse file in asp

I am trying to upload browse file in asp and succeeded but i have to save it as user corresponding id can anybody help me and how to see this record on id basis ...

How to browse (no text editor) .rst files ?

In many django projects, in the docs directory I can see *.rst files : What is the best way to browse them (without using a text editor of course) ? Is that possible to generate HTML ? ...

FileReferenceList: Forcing browse() dialog box to stay on top

Hello all, This is probably going to be a simple question, but I can't seem to find my answer online after searching. I am using the following simple code: var fileReferenceList:FileReferenceList = new FileReferenceList(); fileReferenceList.addEventListener(Event.SELECT, onSelect); fileReferenceList.browse(); A big flash button trig...

How to set $_FILE without html browse button ?

I have a form that contains an html file browse button ( <input type=file /> ). User select a file by clicking browse button and submit the form. On form submission new php script (submitToServer.php) is called that use that file to upload it to the server. Now I want to upload that file without using browse button because file name and...