mam to na stranke a mam jeden problem:
Kód: Vybrať všetko
$(document).ready(function() {
$('#file_upload').uploadify({
'uploader' : 'uploadify/uploadify.swf',
'buttonImg' : 'img/select.png',
'script' : 'uploadify/uploadify.php',
'cancelImg' : 'uploadify/cancel.png',
'folder' : 'OWNED',
'auto' : false,
'queueSizeLimit' : 1,
'simUploadLimit' : 1,
'multi' : true,
'fileExt' : '*.zip;',
'fileDesc' : 'Only .zip files, with meta.xml in root',
'wmode' : 'transparent',
'width' : '170',
'height' : '58',
'sizeLimit' : 10485760,
onComplete: function(a, b, c, d, e){
if (d == '2')
{
document.getElementById("text").innerHTML="<img src='img/error.png'/><p class='red'>ERROR:</p> meta.xml <p class='red'>file is missing from the root of the file!<a href='tutorial.png'>(click here!)</a></p>";
}
else if (d == '1')
{
document.getElementById("text").innerHTML="<img src='img/done.gif'/><p class='green'>Thank you for uploading your map, it will be tested as soon as possible :)!</p>";
}
else if (d == '5')
{
document.getElementById("text").innerHTML="<img src='img/error.png'/><p class='red'>Please rename the archive, a map-resource with this name is already on our Test-server!</p>";
}
else if (d == '6')
{
document.getElementById("text").innerHTML="<img src='img/error.png'/><p class='red'>Archive name is wrongly formatted, right order is:</p><br> [TAG]AuthorName-MapName.zip<br> Where [TAG] is [DM]/[DD]/[FUN]/[RACE]/[OTHER]";
}
else
{
document.getElementById("text").innerHTML="<img src='img/error.png'/><p class='red'>Error occurred while trying to upload the map!</p>";
}
}
});
});
a to aj ked sa vporiatku subor nahra na server, no proste stále sa zobrazuje len ta jedna veta
Vedel by mi prosím niekto pomôct, aby sa zobrazovala ta veta ktora by sa mala? dik