Hi guys
can anyone help me?
i need an asp script that shows "hello!" in a html code by default But when i write for e.g : "page.asp?act=upload" in url, it shows a file uploader
for example : something like this in php
echo "hello";
if(@$_GET['act']=="upload"){
<FILE UPLOADER SECRIPT>
}
But i need ASP code of this
Thanks
fileupload script help
Started by minusp, Feb 01 2007 08:51 AM
2 replies to this topic
#1
Posted 01 February 2007 - 08:51 AM
|
|
|
#3
Posted 10 August 2007 - 05:40 AM
There is a double == that is incorrect in ASP. Use just one =.
If you need upload components, check Safileupload.
If you need upload components, check Safileupload.


Sign In
Create Account

Back to top









