Thank you for your reply.
Let me clarify more:
The code is:
<form action="savefile.php" method="post" enctype="multipart/form-data" name="form1">
<input type="file" name="efile"><BR>
<input type="radio" name="storage" value="remote" >Save To Web Server<BR>(maximum file size 50k)<BR>
<input...
Hi,
Dose anyone know to implement this:
I have a post form include a file and pair of radio buttons (let user choose file saving location). If user select “save to remote”, the file need to be upload to remote server, when the user select “save to local” the file need to be saved into default...
Does anyone know how to use onMouseOver in HyperLinkColumn? i.e When mouse move to hyperlink, a label.Text will display description about that link.(DataTextField ,DataNavigaterUrlField and description in the same table, so have the same primary key).
Alternative, any similar solutions...
//Do you have both buttons on the form?
Yes. Even I removed the submit button(<input type="submit" name= "butsubmit" value="click me">) from the form, I still can not get $imgbut variable after form action.
Hi,
I changed the submit button created using <INPUT TYPE="SUBMIT> to an image submit button <INPUT TYPE="IMAGE" SRC="login1.gif">. here is my code:
<?
if(isset($imgbut)){
echo "You click image button: $inputtext <br>"; //***
}
elseif (isset($butsubmit)){...
Hi All,
Can someone tell me how to use query to find or group records which using regular expression in MySQL?
eg. tableID = from 0001 to 9999
1) I want to find all records that match tableID the first and the third is digit 1.(eg: 1017,1717, 1614......), if i use query below ,
select *...
Hi All,
I am new to asp .NET. I use Visual Studio .NET to create asp .NET page, build and run it successful on my local machine. But when i upload to my isp server, it doesn't work. The files i upload are *.aspx, *.aspx.cs, web.config.
My question is what files should i upload to my ISP server...
Hi All,
I designed a table and chosed TEXT as DataType for one field(e.g story1). The default size for the TEXT is 16 bytes, I am not able to change it. When I use Stored Procedure to insert data to db, it only stored 16 characters in that field. How can i create a TEXT DataType without length...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.