Bonjour a tous !
J’ai en ma possession une carte IPX800 V2.
J’ai créer un site, et j’aimerais savoir si il es possible de la charger sur la carte. J’ai beau essayer de charger mon site en .bin, il me dise que l’upload est réussi, puis lorsque que je clique sur « site main page », l’erreur 404 apparaît et me demande d’utiliser MPFSUPLOAD…
Si c’est possible, quelqu’un peut-il m’indiquer comment le faire, ou m’indiquer ou je peux trouver des informations la dessus.
Merci d’avance, cordialement,
Pierre
Salut,je pense que ton site ne doit pas être a la racine pour fonctionner, après il suffit de taper le chemin d’accès pour y avoir accès.@+
GCE
Février 27, 2013, 7:21
3
Bonjour
Le site est surement trop lourd sur une v2 le site une fois compile ne doit pas dépasser 512k sur une 4M.
Bonjour,
Mon site fait a peine 7K… C’est un site pour projet de terminale S.SI.
Ce que je comprend pas, c’est que dés que je supprime une simple ligne du site de base, il m’est impossible de le re upload…
Je vous met ci-dessous mon site en HTML :
<div id="status">
<div id="loading" style="display:none">Error:<br />Connection to relay board was lost.</div>
<div id="display">
<tr>
<td style="border-right-color: #000000; border-right-style: groove; border-right-width: thin;Vertical-Align: Text-center" height="100px" width="195px"><p class="exercise"><b>Relay 1-2</b></p></td>
<td height="100px" width="195px"style="Vertical-Align: Text-center"><p class="exercise"><b>Channels 1-2 </b></p></td>
</tr>
<tr>
<center>
<td style="border-right-color: #000000; border-right-style: groove; border-right-width: thin;Vertical-Align: Text-center" class="box1">Lumières Climatisation</td>
<td class="box1">Lumières Climatisation</td>
</center>
</tr>
<tr>
<td style="border-right-color: #000000; border-right-style: groove; border-right-width: thin;Vertical-Align: Text-center"class="led" height="120px" width="195px">
<span class="leds">
<a id="led0" onclick="newAJAXCommand('leds.cgi?led=0');">*</a>
<a id="led1" onclick="newAJAXCommand('leds.cgi?led=1');">*</a>
</span>
</td>
<td height="120px" width="195px"style="Vertical-Align: Text-Top">
<div class="examplebox">
<p>
<INPUT type="button" value="Off" style="width:40px;margin-left:4px;" name="led1" ~ledSelected(0,FALSE)~ onclick="window.location='preset.htm?led1=0';"/>
<INPUT type="button" value="Off" style="width:40px;margin-left:36px;" name="led2" ~ledSelected(1,FALSE)~ onclick="window.location='preset.htm?led2=0';"/>
</p>
<p>
<INPUT type="button" value="On" style="width:40px;margin-left:4px;" name="led1" ~ledSelected(0,TRUE)~ onclick="window.location='preset.htm?led1=1';"/>
<INPUT type="button" value="On" style="width:40px;margin-left:36px;" name="led2" ~ledSelected(1,TRUE)~ onclick="window.location='preset.htm?led2=1';"/>
</p>
</div>
</td>
</tr></div></div></table></div></center>
</html>
.cadre{
width:380px;
border-style : solid;
border-width:2 px;
border-color : black;
}
.identite{
text-align:center;
font: bold italic large Palatino, serif;
font-size:30px;
text-shadow:1px 1px 0 #ffff55;
}
.exercise{
border:1px;
text-align:center;
font: bold italic large Palatino, serif;
font-size:25px;
text-shadow:1px 1px 0 #ffffff;
}
.examplebox{
text-align:center;
}
.box1{
font: bold italic large Palatino, serif;
text-align:center;
font-size:16px;
}
.led{
text-align:center;
}
Cordialement,
Pierre.