Add Browse button

farrukh91

New Member
Messages
21
Reaction score
0
Points
1
hi,
I want to make a browse button on my website(for files or pictures) to direct upload on my "shamiphotos.x10hosting.com" server.
I have placed a button on my site through HTML "input" tag. But I dont know, what will be the "Storage directory" link of my website.
for example, I have placed this tag,
<form action="http://???????????"
enctype="multipart/form-data" method="post">

But i dont know what will be the address of my site for this action tag.
or sombody explain how I can do it?
 

hazar90

New Member
Messages
36
Reaction score
0
Points
0
hi,
I want to make a browse button on my website(for files or pictures) to direct upload on my "shamiphotos.x10hosting.com" server.
I have placed a button on my site through HTML "input" tag. But I dont know, what will be the "Storage directory" link of my website.
for example, I have placed this tag,
<form action="http://???????????"
enctype="multipart/form-data" method="post">

But i dont know what will be the address of my site for this action tag.
or sombody explain how I can do it?

I recommend you DON'T DO THAT.

Some visitors will be able to abuse that link to CRASH YOUR WEBSITE OR TO UPLOD SOME TOS FORBIDEN SCRIPTS, BOTS ETC.
 
Top