<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:18pt"><div><span>Saludos colegas:</span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span>Ya había escritos dos veces inquieto por que no veía la forma de subir sonidos y videos en la base CEPAL de ABCD. Pero ya lo logré. No sé si esa parte ya está corregida o no, pues yo no había hecho la experimentación.</span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif;
 background-color: transparent; font-style: normal;"><span>De las tres bases de ejemplo que trae ABCD, solo la CEPAL contiene links para los documentos digitales y enlaces. Por si alguien utiliza esta base de datos y desea corregir el problema, a continuación explico lo que hice:</span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span>      Primero ante todo, se debe aumentar la capacidad de carga de archivo del archivo php.ini, el cual se encuentra en ABCD\PHB\.</span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span>Deben localizar la siguiente
 línea:</span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span><span style="color: rgb(255, 0, 0);"><br></span></span></div><div style="color: rgb(255, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span><span style="color: rgb(255, 0, 0);">; Maximum size of POST data that PHP will accept.<br><span style="text-decoration: underline;">post_max_size = 8M</span></span><br><br></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span>Yo le puse 8 megas y experimeté con un libro entero y un video, pero un poco menor de 8 megas. No sé hasta cuanto megas aguanta el PHP y, me gustaría que alguén me dijera, por favor.</span></div><div style="color: rgb(0, 0, 0); font-size: 24px;
 font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span>       Segundo. Crear dos carpetas adicionales para videos y sonidos en:</span></div><div style="font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span style="color: rgb(0, 0, 255);"><span>c:\ABCD\www\htdocs\bases\biblo</span></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span>       Tercero. Hay que
 modificar el formato de salida de la base de datos, el cual se encuentra en:</span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span><span style="color: rgb(191, 191, 0);">c:\ABCD\www\bases\biblo\pfts\es</span></span></div><div style="color: rgb(191, 191, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(191, 191, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span><span style="color: rgb(0, 0, 0);">El formato se llama "abiblio.pft</span><span style="color: rgb(0, 0, 0);">" y las líneas a añadir son las que estan en rojo, abajo:</span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent;
 font-style: normal;"><span>    <br></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span><span style="color: rgb(64, 64, 255);">if p(v800) or p(v810) or p(v840) or (v4='K'  or p(v750)) and v3030<>'w' then '<p>' fi<br>    (if p(v810) then '<a href="../../bases/biblo/texto/'v810^*'" target=top>'/if p(v810^d) then v810^d else v810^* fi'</a><br>' fi/)/<br>    (if p(v800) then '<a href="../../bases/biblo/imagen/'v800^*'" target=top>'/if p(v800^d) then v800^d else v800^* fi'</a><br>' fi/)/</span><br> <span style="color: rgb(255, 0, 0);">   (if p(v820) then '<a href="../../bases/biblo/<span style="text-decoration: underline;">sonidos</span>/'v820^*'" target=top>'/if p(v820^d) then v820^d else v820^* fi'</a><br>'
 fi/)/<br>    (if p(v830) then '<a href="../../bases/biblo/<span style="text-decoration: underline;">videos</span>/'v830^*'" target=top>'/if p(v830^d) then v830^d else v830^* fi'</a><br>' fi/)/</span><br>    <span style="color: rgb(64, 64, 255);">(if p(v840) then '<a href="'v840^*'" target=top>'/if p(v840^d) then v840^d else v840^* fi'</a><br>' fi/)/<br>    if (v4='K'  or p(v7500))  and val(v1002)>1 then <br>      if v4<>'K' then '<b>'v30'</b>  ' fi</span></span></div><div style="color: rgb(64, 64, 255); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><span><span style="color: rgb(0, 0, 0);"><br></span></span></div><div style="color: rgb(0, 0, 0); font-size: 24px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style:
 normal;"><span><span style="color: rgb(0, 0, 0);">Con este ejercicio de observación, hemos corregido el pequeño tranque. Espero que a alguien de la comunidad le haya servido.</span><br></span></div><div> </div><div><font color="#0000ff" size="4"><font color="#0000ff" size="5"><b>_____________________________________________________</b></font></font></div><div style="background-color:transparent;font-style:normal;"><font color="#c00000" face="arial, helvetica, sans-serif" size="4"><span style="line-height:normal;">Un nuevo cambio de mentalidad se avecina...nuestro mundo, pronto no será ya el mismo. Los viejos patrones serán cosas del pasado y poco a poco el Todo será en todos...</span></font></div><div style="color:rgb(0, 0, 255);font-size:18px;background-color:transparent;font-style:normal;font-family:arial, helvetica, sans-serif;"><span style="font-size:18px;line-height:normal;background-color:transparent;font-family:arial, helvetica,
 sans-serif;">_________________________________________________________________</span></div><div style="font-size:18px;background-color:transparent;font-style:normal;font-family:arial, helvetica, sans-serif;"><span style="font-size:18px;line-height:normal;background-color:transparent;font-family:arial, helvetica, sans-serif;"><br></span></div><div style="color:rgb(0, 0, 0);font-size:18px;background-color:transparent;font-style:normal;font-family:arial, helvetica, sans-serif;"><span style="font-size:18px;line-height:normal;background-color:transparent;font-family:arial, helvetica, sans-serif;">Luis M. Peña Féliz</span></div><div style="font-size:18px;background-color:transparent;font-style:normal;font-family:arial, helvetica, sans-serif;"><span style="font-size:18px;line-height:normal;background-color:transparent;font-family:arial, helvetica, sans-serif;">Bibliotecario de Procesos Técnicos</span></div><div
 style="font-size:18px;background-color:transparent;font-style:normal;font-family:arial, helvetica, sans-serif;"><span style="font-size:18px;line-height:normal;background-color:transparent;font-family:arial, helvetica, sans-serif;">Biblioteca Pedro Mir, UASD</span></div><div style="color:rgb(0, 0, 255);font-size:18px;background-color:transparent;font-style:normal;font-family:arial, helvetica, clean, sans-serif;"><br></div></div></body></html>