The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
I've been doing a bit more digging and it seems that the POST vars have to be in the form of an object. They can be inline as I had them, or declared earlier. Unfortunately, you can't use a standard string with all the POST information combined here.
My problem is still that I can't use SESSIONURL + 'securitytoken' as the name of variable, since I'm ultimately trying to POST: Code:
SESSIONURL + 'securitytoken=' + SECURITYTOKEN Code:
// THIS DOES NOT WORK var vbsessionurlsecuritytoken = "securitytoken"; uploader.upload(fileID, "http://tforum.mydomain.com/uploadzip.php", "POST", {"do":"doupload", "albumid":jababumid, "jabuniquezip":jabuniquezip, vbsessionurlsecuritytoken:SECURITYTOKEN}, "upload"); Thanks, James |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|