Skip to content

Instantly share code, notes, and snippets.

@sevein
Created March 31, 2011 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sevein/897474 to your computer and use it in GitHub Desktop.
Save sevein/897474 to your computer and use it in GitHub Desktop.
Post a form to upload action like yui uploader does in ICA-AtoM
<html>
<head>
<title></title>
</head>
<body>
<form method="post" action="http://localhost/ica-atom/qubit_dev.php/;digitalobject/upload" enctype="multipart/form-data">
<p>Information Object ID:</p>
<input type="text" name="informationObjectId" value="" />
<p>File:</p>
<input type="file" name="file" />
<hr />
<input type="submit" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment