Skip to content

Instantly share code, notes, and snippets.

View sevein's full-sized avatar

Jesús García Crespo sevein

View GitHub Profile
@sevein
sevein / upload.html
Created March 31, 2011 23:28
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" />