This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
support:dispatch:pdf_testing [2017/12/07 20:40] smileyd |
support:dispatch:pdf_testing [2017/12/11 10:16] (current) smileyd |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <html> | + | <a href="file.pdf">downloadPDF</a> |
| - | + | ||
| - | <head> | + | |
| - | + | ||
| - | <title>Testing for PDF Uploads</title> | + | |
| - | + | ||
| - | </head> | + | |
| - | + | ||
| - | <body> | + | |
| - | + | ||
| - | <b>Testing how to upload PDF's onto the DOKUWIKI</b><br /> | + | |
| - | + | ||
| - | Choose a file to be uploaded<br /> | + | |
| - | + | ||
| - | <?php | + | |
| - | + | ||
| - | ?> | + | |
| - | + | ||
| - | <form action="upload_file.php" method="post" enctype="multipart/form-data"> | + | |
| - | + | ||
| - | <input type="file" name="file" size="50" /> | + | |
| - | + | ||
| - | <br /> | + | |
| - | + | ||
| - | + | ||
| - | </form> | + | |
| - | + | ||
| - | </body> | + | |
| - | + | ||
| - | </html> | + | |