It about this rule of code in "upload_form.html":
Code: Select all
<div id="progress_div">
<iframe src="blank.html" id="progress_frame" name="transfer2" SCROLLING=NO frameborder=0 style="border:1px solid red;"></iframe>
</div>
I have another problem. I only changed the layout of the website and styled the upload form (input file type) with css and javascript. But when I upload a file, nothing seem to go wrong but I only see the message "Files Uploaded" after uploading. I don't see any links or something else.
I hope you can help me with this!
Thanks.