Hi,
I tried on two server XUPLOAD
FIRST: (linux)
why show login mask when upload file ?
It is unable exec.. FLENGTH
2th: hosting windows
show script error
Can't locate XUploadConfig.pm in @INC (@INC contains: . C:/Perl/lib C:/Perl/site/lib) at D:\inetpub\webs\angrinet\cgi-bin\x_upload\upload_status.pl line 7.
BEGIN failed--compilation aborted at D:\inetpub\webs\angrinet\cgi-bin\x_upload\upload_status.pl line 7.
Please aid me, upload file is http://www.angri.net/upload_form.html
(it is free version but if script ok I will purchase pro version
XUpload - XUPLOAD: login mask when upload
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
1: Don't understand your question, plz give me an example.
2: Under windows you need to add
after use lib '.....'; inside upload.cgi and upload_status.cgi
2: Under windows you need to add
Code: Select all
chdir('/..../cgi-bin');