[pLog-general] adding megaupload to plog

Oscar Renalias phunkphorce at gmail.com
Thu Mar 31 06:49:03 GMT 2005


according to the documentation of this tool, you should find the
string "$_FILE["file"]" in pLog and replace it $_REQUEST["userfile"]"

This is all done in the FileUpload class, but there are other
properties from the $_FILE array that megaupload might not provide and
that are required by plog that are described here:
http://www.php.net/manual/en/features.file-upload.php

Additionally, you will have to modify all the file upload forms to
make them point to this new cgi and pass the additional required
parameters but that's not too difficult...

Oscar

On Wed, 30 Mar 2005 12:39:50 -0500, michael <jackass at bestweb.net> wrote:
>  
>  
> 
> Hey. 
> 
> I have used megaupload in past apps I made.  
> 
> But I would like to add it now to plog and before I look into that, I was
> looking for some advice. 
> 
> I obviously would alter the newresource.template and then I *think* I would
> need to modify the fileupload classes. 
> 
>   
> 
> And feedback? 
> 
>   
> 
> Here are the basic setup instructions: 
> 
> http://www.raditha.com/megaupload/upload.php 
> 
>   
> 
> Though I have php.ini set at 200mb, my host has load balancers in place that
> make it hard to upload larger than 10mb files. 
> 
> This is why I will be using megaupload… no to mention it is a nifty script
> to show upload progress bar and status. 
> 
>   
> 
> Thanks… and if I get to it before any replies, I will let you know how it is
> done.   
> 
>   
> 
> michael 
> _______________________________________________
> pLog-general mailing list
> pLog-general at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-general
> 
> 
>



More information about the pLog-general mailing list