Hello everyone,
I am trying to upload an iso image in 1.4 this fails with a dialog 'not found' error.
How can I reproduce that bug?
Dietmar,
I am on the road now.
I believe I followed the sample
http://pve.proxmox.com/wiki/Upload_ISO_images_(Video)
I can test again this evening if you cannot reproduce.
nivlek
works here.
which browser do you use?
which ISO, how big, detailed filename?
Browser IE7
this ISO is failing everytime on my system:
Fedora-11-x86_64-DVD.iso
3,97 GB
I noticed that upload features uses prototype library to do upload with ajax.
Browser IE7
this ISO is failing everytime on my system:
Fedora-11-x86_64-DVD.iso
3,97 GB
you can only upload images < 2 GB (limitation of web server).
see http://pve.proxmox.com/wiki/Installation#Upload_from_your_desktop
Really? I am not aware of that fact - where do you see that code?
<!-- Head Information -->
<head>
<title>Proxmox Virtual Environment</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<link href="/css/pve.css" rel="stylesheet" type="text/css">
<!--[if lt IE 8]>
<link href="/css/iehacks.css" rel="stylesheet" type="text/css">
<![endif]-->
<script type="text/javascript" src="/javascript/prototype/prototype.js"></script>
<script type="text/javascript" src="/css/pve.js"></script>
</head>
<a href='javascript:pve_form_save("frm", "upload");' class='frmsubmit'>upload</a>
I'm speaking about proxmox 1.3 int appliance template page you can see a reference to https://proxmoxservername.com/javascript/prototype/prototype.js
/* form handling and verification */
function pve_form_save(name, action) {
try {
var e = $("wait");
if (document.body.offsetHeight ) {
e.style.top = 200;
e.style.left = document.body.offsetWidth / 2 - 100;
}
e.style.visibility = "visible";
$('form_' + name + '_submit').value = action;
$(name).submit();
}
catch (ex) {
e.style.visibility = "hidden";
alert ("Error: unable to upload file (" + ex.toString() + ")");
}
}
....
is specific to prototype no ?
i know its not a permanent fix but the best bet for now is to SSH onto the server, go to /var/lib/vz/template/iso and use WGET to download the image for now until it's resolved.
Also if this is on a remote hosted site, you wont have to upload 600MB ISO's from your PC at the Office/Home.
Instance PBX in a flash transferred thru WGET at 11.8M/S, 1 min 3 seconds to download the whole ISO to that directory!!