473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Input type file issue

karthickkuchanur
156 100+
Hi ,

I have the requirement like in
Expand|Select|Wrap|Line Numbers
  1. <html>
  2. <body>
  3.  
  4. <form action="form_action.asp">
  5. First name: <input type="text" name="FirstName" value="" /><br />
  6. Last name: <input type="text" name="LastName" value="" /><br />
  7. <input type="file" value="Submit" focus="false"/>
  8. </form>
  9. </body>
  10. </html>
  11.  
  12.  
In this i want to manually enter the path, instead of clciking browse button.

Could you please help to fix this
Sep 18 '12 #1

✓ answered by gits

this seems to be a security feature introduced with IE8: http://blogs.msdn.com/b/ie/archive/2...m-changes.aspx

8 2743
Rabbit
12,516 Expert Mod 8TB
Use a textbox control instead.
Sep 18 '12 #2
ariful alam
185 100+
path in where? in action attribute of form tag?

than, try to use JavaScript.
Sep 18 '12 #3
karthickkuchanur
156 100+
Hi ,
Expand|Select|Wrap|Line Numbers
  1. <input type="file" value="Submit" focus="false"/> 
if we execute this we will have text box and browse button.

Here user can't able enter the path manually instead he needs click the browse button to find the path to upload the date

Note : We can able to enter text in IE 7 but i got the problem in I8
Sep 19 '12 #4
karthickkuchanur
156 100+
Hi ,

if use the test box means we can't able upload huge data.

Then how to relate with browse button

Note : We can able to enter text in IE 7 but i got the problem in I8
Sep 19 '12 #5
gits
5,390 Expert Mod 4TB
this seems to be a security feature introduced with IE8: http://blogs.msdn.com/b/ie/archive/2...m-changes.aspx
Sep 19 '12 #6
Rabbit
12,516 Expert Mod 8TB
They can always just click browse and type in the path in the dialog that comes up.
Sep 19 '12 #7
karthickkuchanur
156 100+
But in IE 7 we can able to type in test box also
Sep 20 '12 #8
Rabbit
12,516 Expert Mod 8TB
Yes, but as @gits said, it's a security measure that was implemented in IE8 to disallow it.
Sep 20 '12 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Oxygenearth | last post by:
Please who could help me with this... I had my structure in Win32, with Apache, PHP, and MySQL, I had a page in which I am transfering an image to the database in MySQL using PHP. But now I am...
2
by: Ron Brennan | last post by:
Good afternoon. The entire task that I'm trying to achieve is to allow a user to browse and upload multiple files simultaneously, hiding the Browse button of <input> tags of type="file" and...
7
by: garbagecatcher | last post by:
Hello, here's my problem: On my web server I generate a file, I need to send this file to a different web server. I have no control over the other web server. The only way they accept...
1
by: Joel Goldstick | last post by:
I wanted to write a simple page to let me choose a directory and then list the files in it. The end goal was to make an easy way to copy all the file names in a directory. I tested with Opera7,...
3
by: oopaevah | last post by:
I want to have a separate button which invokes the "browse" button on an input type=file. In internet explorer the following code works ok, in firefox nothing happens. All I do is call click()...
5
by: hrpreet | last post by:
Hi All, I need the file chooser in the jsp, just for brosing and saving the file path in the database, so i have used the following code.I dont need to read the file content. I have to make it...
9
by: Prakash Singh Bhakuni | last post by:
am replacing the default "Browse..." button for input type=file. This works fine except that the form will only submit after the SUBMIT button is clicked twice. Any ideas on why this is happening...
0
by: ThunderMusic | last post by:
Hi, I have a page where I have an input type=file control and many other controls... the thing is, when I cause a postback by any control on the page, if a file is selected in the input...
12
by: Larry Bud | last post by:
I rarely crosspost, but this affects both ASP and Javascript REALLY odd bug that I ran across in ASP 3.0. I have an input type of file, user clicks browse, then places his cursor in the...
8
omerbutt
by: omerbutt | last post by:
hi there i have a form with multiple input (type/text ) fields and three inputs(type/file) fields i have to submit the form via ajax because i have multiple forms on this page ,you can say it is a...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.