Search found 21 matches

by jimrws
Apr 15, 2009 1:54 am
Forum: XUpload
Topic: Max upload size being ignored
Replies: 0
Views: 2877

Max upload size being ignored

Hi,
I am using XUploadpro 3.0.

Having a problem with Max file sizes. I want to limit the max file size(or max post size) to 15MB. I have tried changing the settings in XUploadConfig.pm to the following:

EDIT: DOH! Ignore me. Was my fault. Thought the sizes were in bytes not mb. :)
by jimrws
Dec 19, 2008 10:00 am
Forum: XUpload
Topic: Using Captcha or something similar
Replies: 1
Views: 2482

Using Captcha or something similar

Hi, I've been having big, big problems with spammers on my webforms and I'm struggling to come up with a solution. I've been trying various Captcha plugins but can't get anything to work with XUpload, it just ignores them. I'm just trying to find any way to stop the form from processing if the user ...
by jimrws
Nov 21, 2008 3:34 pm
Forum: XFileSharing Pro
Topic: Uploading directly to a new folder?
Replies: 1
Views: 2647

Uploading directly to a new folder?

Is it possible to create a new folder and then upload files directly to it?

In the online demo I can only upload the files to the root location and then I have to move the files to the new folder afterwards. Am I missing something or is it supposed to work this way?

thanks.
by jimrws
Jul 09, 2008 11:45 am
Forum: XUpload
Topic: Big problems with spambots. Javascript useless?
Replies: 5
Views: 5186

Using a similar method to the file upload check above, is it possible to check other form fields in the cgi?? What code could I use for this?

Maybe in upload.cgi it could check for a hidden field or a timestamp so it knows whether the form was submitted by a human and not a bot??
by jimrws
Jul 09, 2008 10:51 am
Forum: XUpload
Topic: Big problems with spambots. Javascript useless?
Replies: 5
Views: 5186

As I mentioned above, I need to leave file upload as optional, as it's not mandatory for our users to upload files.

Any more ideas?
by jimrws
Jul 09, 2008 8:20 am
Forum: XUpload
Topic: Big problems with spambots. Javascript useless?
Replies: 5
Views: 5186

Big problems with spambots. Javascript useless?

Hi, As soon as my website went live with my Xupload forms I've been getting fake forms posted. All required fields are filled out with rubbish spam, and they get through our spam filter as they look like ordinary inquiries apart from the obvious rubbish posted insdie the form. I've played around wit...
by jimrws
Jun 19, 2008 11:58 am
Forum: XUpload
Topic: Page error when trying to post to a php page
Replies: 3
Views: 3557

Just thought I'd add some details. The error is appearing when the page tries to redirect. The emails send ok, and the files upload ok, but there's no redirect happening when sending to php or cgi. I've read your faq and have tried renaming the submit button to submit1 or submit2. I'm using url_post...
by jimrws
Jun 19, 2008 10:16 am
Forum: XUpload
Topic: Page error when trying to post to a php page
Replies: 3
Views: 3557

Just tried with post.cgi and I get the same as above.

Anyone help?
by jimrws
Jun 19, 2008 8:41 am
Forum: XUpload
Topic: Page error when trying to post to a php page
Replies: 3
Views: 3557

Page error when trying to post to a php page

Hi, I'm getting a page error when trying to post to a php page. I can redirect to an html page fine but I get the following error with any php file: Line: 1 Char: 38 Error: Object doesn't support this property or method Code: 0 URL: http://*my domain*/cgi-bin/xuploadEN_info/upload.cgi?*a load of par...
by jimrws
Jun 03, 2008 1:27 pm
Forum: XUpload
Topic: Displaying the email variables with labels
Replies: 4
Views: 3732

EDIT: I got it working now. This is the full block of code for anyone interested. my @t = &getTime; my $tmpl = HTML::Template->new( filename => "Templates/confirm_email.html", die_on_bad_params => 0 ); my %hh; $hh{$_->{name}}=$_->{value} for @har; $tmpl->param('files' => \@files,%hh, '...
by jimrws
Jun 03, 2008 10:48 am
Forum: XUpload
Topic: Displaying the email variables with labels
Replies: 4
Views: 3732

XUpload Pro 3.0
by jimrws
Jun 02, 2008 3:00 pm
Forum: XUpload
Topic: Displaying the email variables with labels
Replies: 4
Views: 3732

Displaying the email variables with labels

Hi, Currently in the email template, the 'other form variables' appear together in a big chunk and use the variable name as a label for the value. These other variables just appear from a loop and there's no way to break them up and use them individually. I'd like to be able to specify these variabl...
by jimrws
May 29, 2008 9:18 am
Forum: XUpload
Topic: Charset
Replies: 10
Views: 7117

Ah, its ok, I think I might have fixed this.

This seems to work for me

Content="text/html; Charset=iso-8859-2"
by jimrws
May 29, 2008 9:04 am
Forum: XUpload
Topic: Charset
Replies: 10
Views: 7117

I'm having exactly the same problem but I need the special characters to appear in the emails. My sendmail code looks like this: To: $mail_to From: $mail_from Subject: $subject Content-Type: text/html; charset=utf-8 I'm getting Asian characters instead: Financi貥 Fran硩s T鬺 This should read: Financièr...
by jimrws
Mar 31, 2008 2:37 pm
Forum: XUpload
Topic: Displaying posted parameters on html/php page
Replies: 1
Views: 2782

Displaying posted parameters on html/php page

Hi, I want to be able to display all posted form parameters to a thank you page of my choosing and preferably an html or php page. By default Xupload displays these on the post.cgi page which isn't much good for me as it doesn't fit in with the rest of my website and its structure. I also want to ha...