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
|
Team Leader
|
![]() |
| 2Feb2007,10:55 | #2 |
|
Check this out http://www.asp101.com/articles/jacob/scriptupload.asp
|
|
Light Poster
|
|
| 2Feb2007,11:03 | #3 |
|
Thanks for your answer pradeep
I need a tool to encrypt tool ASP files. do u know anything? |
|
Light Poster
|
|
| 2Feb2007,11:04 | #4 |
|
*I need a tool to encrypt ASP files.
|
|
Team Leader
|
![]() |
| 2Feb2007,11:10 | #5 |
|
You may find some help here http://www.htmlguardian.org/help_main.html
|

