Jump to content

uploading and viewing.


cle13

Recommended Posts

I dont understand 100%. Are you asking for someone to provide you with pre-written code, or are you asking for assistance on a script your are currently working on? I hope it's the latter, if not, post in our freelancing forum or check out a site like hotscripts.com or something.
Link to comment
https://forums.phpfreaks.com/topic/17809-uploading-and-viewing/#findComment-76080
Share on other sites

The code Im using is here.

Uloading
[code]function upload()
{
$upload="<br><center><strong>Upload Your Curriculum Vitae</strong>
<hr color=gray><br>
<form action=?process=upload  method=post enctype=multipart/form-data name=uploadform>
      <input type=hidden name=MAX_FILE_SIZE value=2000000>
      <input name=userfile type=file id=userfile><br><br>
      <input name=upload type=submit value=Upload style='border:solid 1 gray;'>
</form></center>";
return $upload;
}
[/code]
viewing

[code]function upload()
{
$upload="<br><center><strong>Upload Your Curriculum Vitae</strong>
<hr color=gray><br>
<form action=?process=upload  method=post enctype=multipart/form-data name=uploadform>
      <input type=hidden name=MAX_FILE_SIZE value=2000000>
      <input name=userfile type=file id=userfile><br><br>
      <input name=upload type=submit value=Upload style='border:solid 1 gray;'>
</form></center>";
return $upload;
}[/code]
Link to comment
https://forums.phpfreaks.com/topic/17809-uploading-and-viewing/#findComment-76095
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.