html form browse button. open all zip files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
santu.php
Forum Newbie
Posts: 2
Joined: Sun Mar 07, 2010 3:52 am

html form browse button. open all zip files

Post by santu.php »

Hi all,
i need one code.

if i click on the browse button in html form i want to open all zip files from the system popup.
if any one knows please give the code or give any suggetion to me.

<form action=# name="form">
<input type="file" name= "file" id="file">
</form>


*Note: it should not open with flash code.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: html form browse button. open all zip files

Post by josh »

What is "all zip files", what is "system popup" (a pop up window in the browser?)
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: html form browse button. open all zip files

Post by josh »

wrong thread
Last edited by josh on Sun Mar 07, 2010 6:59 am, edited 2 times in total.
santu.php
Forum Newbie
Posts: 2
Joined: Sun Mar 07, 2010 3:52 am

Re: html form browse button. open all zip files

Post by santu.php »

yes in a pop up window in the browser
Post Reply