Remove option to convert without checking validity
pcs-errors:226 phpunit-status:successful
This commit is contained in:
18
upload.php
18
upload.php
@ -27,20 +27,4 @@ if(!move_uploaded_file($_FILES['uploaded']['tmp_name'], $target)) {
|
||||
return;
|
||||
}
|
||||
|
||||
echo printHTMLHead();
|
||||
|
||||
echo "
|
||||
<div>
|
||||
<p>The file has been uploaded: <b>" . basename( $_FILES['uploaded']['name']) . "</b>.</p>
|
||||
<hr />
|
||||
<h3>How to proceed?</h3>
|
||||
<ul class='actionList'>
|
||||
<li><a href='index4.php?fnam=" . basename( $_FILES['uploaded']['name']) . "'>Create XML (utf-8)</a></li>
|
||||
<li><a href='index3.php?fnam=" . basename( $_FILES['uploaded']['name']) . "'>Check validity for museum-digital import</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
";
|
||||
header("Location: index3.php?fnam=" . basename($_FILES['uploaded']['name']));
|
||||
|
Reference in New Issue
Block a user