FancyUpload redirect na upload

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

Senior, Medior and Junior SAP HANA Developer

Vacature details Vakgebied: Software/IT Opleiding: Medior Werklocatie: Veldhoven Vacature ID: 12696 Introductie Our client is the world's leading provider of lithography systems for the semiconductor industry, manufacturing complex machines that are critical to the production of integrated circuits or chips. Our purpose is “unlocking the potential of people and society by pushing technology to new limits”. We do this guided by the principles “Challenge”, “Collaborate” and “Care”. Wat verwachten we van jou? SAP Certified Application Associate - SAP HANA Cloud Modeling (training and/or certification) Bachelor degree or higher Excellent understanding of SAP HANA (2.0 / Cloud), Data Modelling and writing

Bekijk vacature »

Ronald

Ronald

09/07/2008 10:51:00
Quote Anchor link
Hallo,

Ik ben bezig met FancyUpload maar nu wil ik dat ze titel en omschrijving kunnen invullen na de upload. Ik heb in upload.php al header('Location...'); toegepast maar dan werkt hij niet meer. Weet iemand hoe het wel moet? Ik ben al 2 dagen bezig maar het lukt me echt niet en kan niets vinden op Google over hetzelfde :( :(

FancyUpload is hier te vinden.
 
PHP hulp

PHP hulp

28/03/2024 14:41:36
 
B a s
Beheerder

B a s

09/07/2008 16:48:00
Quote Anchor link
In FancyUpload2.js staat een functie: onAllComplete(). Kun je die niet aanpassen naar iets als:

Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
    onAllComplete: function(current) {
        this.log('Completed all files, ' + current.bytesTotal + ' bytes.', arguments);
        this.updateOverall(current.bytesTotal);
        this.overallProgress.start(100);
        this.status.removeClass('file-uploading');
        window.location.href='bestand.php?var=value';
    },


Succes...
 



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.