Search found 3 matches

by Nicola
Mar 07, 2012 11:02 am
Forum: XUpload
Topic: Call existing PHP variables
Replies: 4
Views: 7481

Hi admin Thank you for the response I'm very confuse: the various informations are sending by post.cgi code? Then the post.cgi output must be imported in php variables? Is it possible to change the function "private function uploadConfigurableFile" in the php file with a function that take...
by Nicola
Mar 07, 2012 8:18 am
Forum: XUpload
Topic: Call existing PHP variables
Replies: 4
Views: 7481

I searched in Google and found this: In PHP file: exec('./perl_script.pl foo=bar'); Or add a space between the command and the variable. If the variable contains spaces, you also need to use the escapeshellarg function: exec('./perl_script.pl'.' '.EscapeShellArg($variable)); In Perl file (use the -s...
by Nicola
Mar 06, 2012 9:24 pm
Forum: XUpload
Topic: Call existing PHP variables
Replies: 4
Views: 7481

Call existing PHP variables

Hi I want to integrate xupload pro into a existing PHP code PHP code checks this: -Maximum file size allowed -Store uploaded files in dynamic folders -Assign a unique id / name to each uploaded file -Check the file extension But there's no official function that is used to monitor the progress of fi...