Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 21:25

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[JS] File-Download per AJAX

Discussion on [JS] File-Download per AJAX within the Web Development forum part of the Coders Den category.

Closed Thread
 
Old   #1


 
manniL's Avatar
 
elite*gold: 294
The Black Market: 193/0/0
Join Date: Feb 2008
Posts: 6,734
Received Thanks: 1,315
[JS] File-Download per AJAX

Heyho Leute,

ich habe folgendes Problem. Ziel ist es, per AJAX einen POST-Request an die Datei download.php zu senden, welcher die Download-URL enthalten soll. Daraufhin soll die download.php den Download der Datei, dessen URL gesendet wurde, initialisieren.
Letzteres ist bereits geschafft, somit macht die download.php was sie soll. Mein momentanes Problem ist, dass ich weder per AJAX-Post noch per form submit zum Download komme.
Falls es relevant ist, soll die Seite nach dem Download aktualisiert werden.

Das ganze binde ich mit PHP ein, da zuvor gewisse Konditionen erfüllt werden müssen.

Folgende Ansätze habe ich bis jetzt verfolgt:

Form-Submit-Methode
Code:
if($red) echo'
      var form = document.createElement("form");
		    form.setAttribute("method", "post");
		    form.setAttribute("action", "download.php");
        form.setAttribute("target", "_blank");
        var hiddenField = document.createElement("input");		
        hiddenField.setAttribute("name", "url");
        hiddenField.setAttribute("value", "'.$_POST['url'].'");
        form.appendChild(hiddenField);
        var hiddenField2 = document.createElement("input");		
        hiddenField2.setAttribute("type", "submit");
        hiddenField2.setAttribute("value", "submit");
        form.appendChild(hiddenField2);
        document.body.appendChild(form);    // Not entirely sure if this is necessary			
        form.submit();
        //setTimeout(function () { window.location.reload(); }, 10);
        });'
POST
Code:
<? if($red) echo'
      $.post("download.php", { url: "'.$_POST['url'].'" }, function() {
        window.location.reload();
      });';?>
Hat wer ne Idee?
manniL is offline  
Old 05/03/2015, 13:41   #2
 
VW Käfer's Avatar
 
elite*gold: 0
Join Date: Nov 2014
Posts: 30
Received Thanks: 16
Dafür gibt es ein JQUERY-Plugin:
Ich hoffe aber dass dein Code nur zum Testen ist und nicht so eingesetzt wird. Deine POST-Variablen sind nämlich ein Blankoscheck für XSS...
VW Käfer is offline  
Old 05/03/2015, 14:05   #3


 
manniL's Avatar
 
elite*gold: 294
The Black Market: 193/0/0
Join Date: Feb 2008
Posts: 6,734
Received Thanks: 1,315
Quote:
Originally Posted by VW Käfer View Post
Dafür gibt es ein JQUERY-Plugin:
Ich hoffe aber dass dein Code nur zum Testen ist und nicht so eingesetzt wird. Deine POST-Variablen sind nämlich ein Blankoscheck für XSS...
Hat sich bereits geklärt

Natürlich gebe ich die POST-Variablen nicht einfach so weiter, das war nur zur vereinfachung des Codesnippts.
manniL is offline  
Old 05/04/2015, 20:00   #4

 
snow's Avatar
 
elite*gold: 724
Join Date: Mar 2011
Posts: 10,479
Received Thanks: 3,318
#closed (on request)
snow is offline  
Closed Thread


Similar Threads Similar Threads
Where to download D14 file original ?
12/21/2012 - SRO Private Server - 20 Replies
I try find on isro,ksro,csro. It nothing Where to get is ? Thank you
please b.o.t.s. server file download link
02/18/2012 - General Gaming Discussion - 0 Replies
hello- please b.o.t.s. server file download link :(
Key File Download ?
11/01/2011 - Metin2 - 5 Replies
http://imageshack.us/photo/my-images/840/52897906. png i want use hack but what is this i am playing us server can you help me pls S: ImageShack&#174; - Online Photo and Video Hosting
v4a Mod Key File download
10/25/2011 - Metin2 - 10 Replies
Hallo, Ich wollte v4a Mod installieren, habe die .exe runtergeladen, ausgeführt die Datein (Key File Downllad) geladen und in den Ordner getan. Es kommt aber wieder v4a Mod Key File Download! Habe dann von einem Freund die Datein bekommen weil es bei ihm mehr waren bei mir nur 2 ging immer noch nicht >.< Wieso nicht?
Download file itemshop
10/14/2009 - Metin2 Private Server - 1 Replies
hi send me link for download files item shop for my pserver? pls



All times are GMT +2. The time now is 21:26.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.