Pagina 2 di 2 primaprima 1 2
Visualizzazione dei risultati da 11 a 15 su 15

Discussione: Resize simple?

  1. #11
    scusami ho utilizzato quello che mi hai inviato ma ho sempre questa risposta anche con altri ASP.NET!

    Codice PHP:
    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    Runtime Error 
    Description
    An application error occurred on the serverThe current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It couldhoweverbe viewed by browsers running on the local server machine

    DetailsTo enable the details of this specific error message to be viewable on remote machinesplease create a <customErrorstag within a "web.config" configuration file located in the root directory of the current web applicationThis <customErrorstag should then have its "mode" attribute set to "Off".




    <
    configuration>
        <
    system.web>
            <
    customErrors mode="Off"/>
        </
    system.web>
    </
    configuration>
     

    NotesThe current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.




    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration> 

    ma cosč? Risiedo su Aruba!
    My simple Script Asp: VotoMedio

  2. #12
    Ragazzi ci sono riuscito!!!

    ho seguito passo passo questo esempio trovato!

    e funziona su pagina ASP linkando una ASPX e tutto funziona su ARUBA base!

    http://aspnet.4guysfromrolla.com/art...12203-1.2.aspx



    spero sia utile!
    My simple Script Asp: VotoMedio

  3. #13
    Sicuramente utile

    Grazie ... serve anche a me che usare PHP mi da decisamente fastidio

  4. #14
    Ciao Lhutor, c'č un problema con le immagini che hanno caratteri speciali, come mi dicevano nel ASP.NET che l'immagine temporanea con alcuni caratteri speciali vą in blocco.
    Tu hai risolto in qualche modo ad es. con un Replace?

    prova a caricare una foto: perchč.jpg

    noterai che non esce nulla!

    Grazie!
    My simple Script Asp: VotoMedio

  5. #15
    Ciao...
    In effetti anceh con il mio sistema in php ho problemi co i caratteri accentati e speciali... in effetti prima di passare per il resize salvo prima l'immagine sul server effettuando un replace di tutti i caratteri accentati e speciali.
    č un po lunga come procedura ma purtroppo č obbligatoria se si vuole evitare questi problemi.

    Ciao

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 © 2026 vBulletin Solutions, Inc. All rights reserved.