Hi I am getting internal server error
while uploading file to box.net.
<form id="myForm" method="POST" enctype="multipart/form-data" action="https://upload.box.net/api/1.0/upload/<my_auth__token>/0">
<input type="text" id="keyword" /><br><br>
<input type="file" class="upload_file_input"/><br><br>
<input type="submit" value="Upload"/>
<input type="button" value="Reset"/>
</form>
I can upload the file from a chrome plugin by doing a post to same url.Can't figure out whats the problem with code.Please help.
The error I get is this :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.