Been trying for several days now to get free xupload working so i can see if it does what i want prior to purchasing pro when i get paid next week.
This is all that shows,think i have paths correct after a struggle.
Totally lost,Elderly so not too good at this.
Getting Error2 at upload.cgi line 161
* Script type Free 2.6
* Browser FF
* OS WinXP
XUpload - Xupload problems
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Try this: in upload.cgi replace
with
Code: Select all
opendir(DIR, $dir) || die"Error2";
Code: Select all
opendir(DIR, $dir) || return;