Visualizzazione dei risultati da 1 a 7 su 7
  1. #1

    gestire dei file con html?

    Ciao Ragazzi,io devo creare delle pagine in html dove in ognuna inserisco una lista di dati da scaricare.

    Ogni pagina sarà protetta da password, ma sopratutto,
    vorrei avere un pannello o una lista di tutte le pagine ,in un percorso riservato dove un amministratore potrà inserire o togliere file da qualsiasi di queste pagine.

    Anche non graficamente perfetto, mi interessa la funzionalità..

    Qualcuno può aiutarmi o segnalarmi un sistema simile da personalizzare?

    Grazie!

  2. #2
    Ti serve un file-manager lato client realizzabile solamente con linguaggi dinamici. Se conosci PHP o ASP su internet trovi un sacco di risorse di questo tipo. Io uso WexLite realizzato in ASP.
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

  3. #3
    Cass...federix, è proprio quello che cercavo,e ho gia iniziato a smanettarci, ma ho già un problema..
    Sai dirmi come mai non mi fa eliminare,caricare file?


    Thanks Thanks Thanks Thanks

  4. #4
    Non so che versione hai tu, io ho la 2.12 quindi mi riferisco a questa.
    Per cancellare i file devi andare dentro la cartella dove risiedono i file e premere la X rossa sulla destra in corrispondenza della riga del file.
    Per caricare un file, ti posizioni dentro la cartella che preferisci e devi premere il simbolino della cartella con la freccina (accanto al simbolo rosso con la x bianca) del menu in alto a destra.
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

  5. #5
    ok, ci sono quasi..
    la pagina è creata,anche la sua cartella di root..
    tutto ok..

    ho il foglio a zero.
    quando carico un file, o ne creo uno nuovo o creo una cartella,
    mi dice patch not found..

    credo che debba configurare qualcosa in quei "file transfer"..
    sai indicarmi se si quali?

    grazie per ora..

  6. #6
    Ciao Federix, ti sembra ci sia qualcosa che non va nella configurazione di questo file?

    Ho praticamente ripreso la cartella iniziale e caricata.
    Con la configurazione del file che ti ho spedito,
    si vede,sembra funzionare ma: non cancella, non carica, non crea cartelle..

    vedi qualcosa di sbagliato?





    CONFIG.asp

    <%

    ' - Constants ------------------------------------------------
    ' For disabling password security set wexPassword = ""
    Const wexPassword = "tester"
    ' Root folder, it can be a physical or virtual folder: "c:\test", "/test"
    ' Beware that you will not have web access(no web browsing of files/folders) if you use a physical folder like "c:\test"
    ' If you want to have web access with a physical folder, you should create a virtual folder(IIS alias like "/folder") for that physical folder and use it instead.
    Const wexRoot = "/wexlite"
    ' Show files and folders that have hidden attribute set?
    Const showHiddenItems = true
    ' Calculate total size of the current folder? Disable if it takes long time with huge folders.
    Const calculateTotalSize = true
    ' Calculate total sizes of the folders in the listing? Disable if it takes long time with huge folders.
    Const calculateFolderSize = true
    ' List of file extensions which are showed with the "T" icon and can be edited by clicking the icon.
    Const editableExtensions = "htm,html,jpg,asp,asa,txt,inc,css,aspx,js,vbs,shtm ,shtml,xml,xsl,log"
    ' List of file extensions which are showed with the "P" icon and can be viewed by clicking the icon.
    Const viewableExtensions = "htm,html,jpg,asp,asa,txt,inc,css,aspx,js,vbs,shtm ,shtml,xml,xsl,log"
    ' Display full physical path of the current folder? Set it to false for hiding your server path structure.
    Const displayPath = true
    ' List of file extensions to be monitored during Upload, Rename, Editor Save and Create New File actions.
    ' Allowance or denial is due to the value of denyMonitored constant. Extensions should be separated by comma.
    Const monitoredExtensions = "htm,html,asp,jpg,asa,txt,inc,css,aspx,js,vbs,shtm ,shtml,xml,xsl,log"
    ' True means monitored extensions are denied and false means only monitored extensions are allowed but not any other.
    Const denyMonitored = true
    ' ------------------------------------------------------------

    ' - Variables ------------------------------------------------
    ' Set script timeout value to higher values (in seconds) if the script fails when uploading large files
    Server.ScriptTimeout = 300
    ' Preferred character set, default value is "ISO-8859-1" (Western European character set)
    ' Don't bother to change it unless you are having problems with handling text in your language
    ' Character sets and supporting code pages can be found at
    ' http://msdn.microsoft.com/library/de...s/charset4.asp
    Response.CharSet = "ISO-8859-1"
    ' Preferred code page, default value is 1252 (Western European codepage)
    ' Don't bother to change it unless you are having problems with handling text in your language
    Session.CodePage = 1252
    ' Preferred locale identifier, default value is 1033 (English - United States)
    ' Locale ID (LCID) Chart can be found at
    ' http://msdn.microsoft.com/library/de.../vsmscLCID.asp
    Session.LCID = 1033
    ' ------------------------------------------------------------

    ' - Plugins --------------------------------------------------
    ' File transfer plugin
    %><%
    ' ------------------------------------------------------------

    %>

  7. #7
    Allora, io credo che per cancellare, creare cartelle e file ci vogliano i permessi di scrittura su tutte le cartelle del sito.
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.