I am trying to get Plupload uploader to work with OpenBD. I am using the 
CFC created by Jsteenkamp fpund here: 
https://gist.github.com/jsteenkamp/1116037. I haven't made any changes to 
this file except to adjust the uploadDir path.

I am getting an error at line 26:

Bad File Exception

Request               /Test/plupload/upload.cfc

 

Type      Template

Message              Badly formatted tag

Position                Line=26; Column=10

Detail    Problem occurred while parsing: Encountered invalid token after 
"("

Source  

 

23:       response['saved'] = result.fileWasSaved;

24:       

25:       // reassemble chunked file

26:       if (structKeyExists(arguments, 'CHUNKS') && arguments.CHUNK + 1 
== arguments.CHUNKS){

27:         try {

 

^ Snippet from underlying CFML source

Is this a case of something OpenBD doesn support? Can I use script in CFC 
likew this with OBD? Has anyone else used this CF with OBD?

Sorry if this seems obvious but I have read so many things about CFCs 
lately that I can remember what applies to what flavour of CFML.

Thanks,
Magnus


-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to