Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
5answers
4k views

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 ...
7
votes
4answers
41k views

How to browse for a file in java swing library?

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 ...
5
votes
5answers
890 views

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 ...
2
votes
1answer
199 views

Browser supports sencha touch

I wanted to know that which browser in mobile is supporting sencha-touch applications. I am currently testing my app in chrome on desktop and it is working well.But when I am going to tried opera mini ...
2
votes
3answers
1k views

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 ?
2
votes
2answers
1k views

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 ...
1
vote
1answer
43 views

Browse button in ExtJS

I need to have a browse button in a window. I need something like... var myWindow = new Ext.window.Window({ id:'my-window', height: 200, ...
1
vote
1answer
29 views

VB Browse Button

I'm just messing around with Visual Basic in Visual Studio 2010. Anyone know how I would make a "Browse for folder(or file)" button? I'm really new to VB and I'm just looking for some simple help :)
1
vote
1answer
41 views

How to make a browse window for selecting destination when button is clicked

I have a simple button for exporting a database table from MySQL to excel file. So far its destination is hardcoded to C:/ drive. When you press the Export button you get excel file automatically ...
1
vote
1answer
51 views

Modifying browse button, chrome browser

I've made a form, for uploading an image, it works good on IE,Firefox. But on chrome the browse button doesn't work. This is the browse button: <input type="button" name="brw" id="brw" ...
1
vote
2answers
212 views

Wix: How to add browse button in Wix

Is there a simple way to add browse button in Wix. I created a custom by modifying from WixUI_InstallDir.wxs. This browse button is in another dialog (not the same one as for locating the installation ...
1
vote
1answer
140 views

Access VBA: how to return path of file you browsed to

I want to return the entire path of an excel file I browsed to. Using the following, Set dlg = Application.FileDialog(msoFileDialogFilePicker) dlg.Title = "Select Excel Spreadsheet to import" ...
1
vote
0answers
518 views

Browse path shows c:\fakepath\filemae… how to get exact file path [closed]

Possible Duplicate: how to resolve the C:\fakepath ? Hi Am using a Jquery to browse a file from hard disk when i select a file, am getting its path as fakepath like below .... any idea ...
1
vote
1answer
152 views

Unable to browse the site while downloading a file using php

I used this code for downloading files $file='test.mp3'; $download_rate = 50; //50 kb/s if(file_exists($file) && is_file($file)) { header('Cache-control: private'); header('Content-Type: ...
1
vote
2answers
415 views

(iphone) access device's documents directory from mac?

I'm trying to access the documents directory at iphone device to see a log file that I saved while executing the app. I know this can be done for simulator. (you can browse the document directory ...
1
vote
3answers
333 views

How to trigger a <input type=“file”> element using jquery

Is there a way to trigger the click even of : <input id="test" type="file"> ?
1
vote
1answer
541 views

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

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 ...
1
vote
1answer
632 views

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 ...
1
vote
1answer
1k views

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 ...
1
vote
1answer
179 views

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??
1
vote
5answers
753 views

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 ...
1
vote
2answers
538 views

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 ...
0
votes
1answer
56 views

how can i get browse handle of window in visual c++

I am developing automated testing tool type application in which it get window handle and get all button from that application and display in my application and send message to all button randomly all ...
0
votes
1answer
48 views

Can't browse SVN repo using Android browser

This is kind of an overly-specific issue :) I have an SVN repo on my home server using VisualSVN, latest version. It works perfectly. The problem I have though is that if I try to browse my repo ...
0
votes
1answer
16 views

Oracle JDev : ctrl+minus shortcut

In JDeveloper, ctrl+- is used to browse in application. It was working fine (was browsing only inside my application). Suddenly, it started pulling other projects, which are not even inside my source ...
0
votes
1answer
14 views

Automatic Browse Service.svc file in iis

I have created a WCF service which i have hosted in IIS. When I start the service in IIS, the Service do not started until I browse my Service.svc file. Application pool gets recycled after a ...
0
votes
2answers
70 views

Magento custom browse catalogue workflow

I'm evaluating Magento for a particular client of mine. They want to enforce a particular workflow for browsing the catalogue. They're a travel company which puts together custom holiday packages and ...
0
votes
0answers
17 views

What other alternatives you have at your disposal than Visual Studio Object Browser

I am big fan of Object Browser in Visual Studio and seeking some alternatives that would do similar task but give me in dept look into the classes in the framework. I would like to see some(not a ...
0
votes
0answers
108 views

java.awt.Desktop.browse returns “The requested lookup key was not found in any active activation context” only on Win XP

I use the following code to access the default browser from java when a button is clicked: if( !java.awt.Desktop.isDesktopSupported() ) { System.err.println( "Desktop is not supported (fatal)" ); ...
0
votes
1answer
46 views

How to browse when click other button

I am trying to stimulate the browse button, so when you click other button let it browse the file input?
0
votes
2answers
72 views

BlackBerry: browse specific folder, with a picture view

I don't find how to start Filepicker in a specific folder, with a picture view : When I sayfp.setView(VIEW_PICTURES); and fp.setPath("file:///SDCard/Blackberry/travail/"); the view is correct, but not ...
0
votes
1answer
84 views

how can we use browse button in iphone for images or file

how can we use browse button in iphone for images or file.i want to upload images to server from iphone.
0
votes
1answer
171 views

Batch command for Browse Folder

I'm new to batch scripting. I want to programmatically browse for a folder and then copy the contents of current directory to the specified directory. I have a VBScript script (below) that allows me ...
0
votes
2answers
43 views

Is there another way to browse results than each in rails?

First, what is a @books or a @planes (from a select(:all)) in rails? Is it an array? A list? How is it named? The official rails guide about layout and rendering never names it. Secondly, is there ...
0
votes
0answers
20 views

Is there data on search vs. browse metrics on consumer web sites? [closed]

Is there any referenceable data or industry research which highlights percent of individuals who search vs. browse on consumer websites?
0
votes
0answers
45 views

viewing media files of the blackberry phone through application

I am developing an application in which user can select an image or video media file stored on the phone by practically viewing the files and folders where the files are stored, just like we normally ...
0
votes
2answers
119 views

Browse folders functionality in asp.net

I need my asp.net web app to enable users to select a folder from the file system and also from network, to copy the content files to another folder. I am not going to use javascript activeX. ...
0
votes
1answer
52 views

How to Get “input=”file“” Effect With jQuery?

I want to open windows where user may choose file from his/her computer. Only problem, without this: <input type="file" /> Is it possible?
0
votes
1answer
37 views

open a folder from my site in order to upload a file

I need to allow the user to upload a file from his computer to my site, how do i do that? (a browse button) Any ideas? I am looking for a way of doing this with out the <input ...
0
votes
2answers
905 views

Browse files and subfolders in Python

I'd like to browse through the current folder and all its subfolders and get all the files with .htm|.html extensions. I have found out that it is possible to find out whether an object is a dir or ...
0
votes
2answers
117 views

Find Button Code in Eclipse

I am trying to see the code associated to a button in eclipse, but without success.. How can i see all the code associated to the button? see also find class associated by button id
0
votes
1answer
131 views

how to open a file and edit it in wpf

Hi I have a textbox and a button named browser. When I click the browser button, my program uses the Microsoft.Win32.OpenFileDialog to display the file name I selected on the textbox. If I want to ...
0
votes
2answers
295 views

How to code an automated bot that can browse and do operations on a webpage

I need to code a bot that needs to do the following: Go to a jsp page and search for something by: 1: writing something on a search box 2: clicking the search button(submit button) 3: clicking one ...
0
votes
0answers
214 views

Can't browser asmx web service in IIS 7

What i should do? it is simply a hello world service.. it is working fine locally but when uploaded it to the production, demanding the asmx link was taking for ever and lead to shutting down whole ...
0
votes
1answer
228 views

HTTPS login? Java

So I am trying to write a segment of code that will attempt to login to twitter to check if user name is correct and then return if it is true or false. It is not working due to the fact that if I put ...
0
votes
0answers
356 views

jqgrid charatcter encoding in browser

Is there a way to manually change the browser encoding???? Problem is, i am using jqGrid in the german language with english language. When i change the file encoding to UTF-8, the grid-de.js file ...
0
votes
1answer
557 views

How to create Browse File Button functionality in Android

I have a RadioButton that is when clicked, it will bring to a popup window. Currently, I am planning to make the popup window to contain a browse Button with TextEdit left of it. What it does is, ...
0
votes
2answers
491 views

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 ...
0
votes
2answers
894 views

how to browse folder or file or directory using php

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 ...
0
votes
4answers
522 views

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 ...

1 2