Hi
i just purchased xupload pro, i am using windows server, my php running through apache, i have maked directory cgi-bin at my root folder, and done the changes as you mentioned in instructions, but nothing is happened, First it giving javascript error on upload_form.html, when i clicked on submit button then nothing happened.
http://www.vetspace.info/upload_form.html
http://www.vetspace.info/upload_form_tiny.html
dinesh[/quote]
XUpload - Integration problem
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
JS error cause can't run .cgi:
http://www.vetspace.info/cgi-bin/upload ... e=settings
http://www.vetspace.info/cgi-bin/upload ... e=settings
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Hi,
I'm upgrading from free version to pro. But in pro version i'm not been able to relate which file uploaded from which input field.
Can i change something in upload.cgi to include the input field name with other variables.
for my $f (@files)
{
my @file_fields = qw(file_name file_name_orig file_status file_size file_descr file_mime);
print"<textarea name='$_\[]'>$f->{$_}</textarea>" for @file_fields;
}
I'm upgrading from free version to pro. But in pro version i'm not been able to relate which file uploaded from which input field.
Can i change something in upload.cgi to include the input field name with other variables.
for my $f (@files)
{
my @file_fields = qw(file_name file_name_orig file_status file_size file_descr file_mime);
print"<textarea name='$_\[]'>$f->{$_}</textarea>" for @file_fields;
}