Search found 18 matches

by Guest
Feb 10, 2007 3:07 pm
Forum: XUpload
Topic: not working
Replies: 4
Views: 5622

Hmm Yes I see now.. I have no clue what could cause this..
I guess you will need to wait for PilgrimX182 to help you with this one.
by Guest
Feb 10, 2007 2:58 pm
Forum: XUpload
Topic: cant make it work. help please
Replies: 3
Views: 4765

Does the file get uploaded? (Do you see the uploaded file in the directory that you use for uploading?)
by Guest
Feb 10, 2007 2:54 pm
Forum: XUpload
Topic: not working
Replies: 4
Views: 5622

it's working fine for me (I do not get an error), but the IP, and HOST or not mine. file_0:jigsaw.jpg file_0_original:jigsaw.jpg file_0_status:OK file_0_size:33275 file_0_description: file_0_mime:image/jpeg ext_folder: email_notification: target_dir:D:\WEBSITE\SITE2005\intra\accounts\upload number_o...
by Guest
Feb 09, 2007 10:25 pm
Forum: XUpload
Topic: Upload isn't working
Replies: 5
Views: 5317

I get this error posted back from your site when uploading
CGI open of tmpfile: No such file or directory
I guess the path to your tmpfile is wrong, or not set to write (CHMOD 777)
by Guest
Feb 06, 2007 2:28 pm
Forum: XUpload
Topic: Unexpected Notice
Replies: 1
Views: 4500

I do not have a fix for you, but I'm also testing my new site with Opera (9.10), and for me XUpload is working fine (I do not get a java script error) I'm having an other problem with Opera (not XUpload related), and that is that it does not really like "Cache-Control" stuff that my pages ...
by Guest
Feb 06, 2007 2:20 pm
Forum: XUpload
Topic: XUpload PRO 2.4 in xmode 2, and Opera V 9.10
Replies: 3
Views: 5233

Nevermind.. I only needed to add on <br> to (I think two of the files in the Template dir) The two files did not have a <br> at all after the <input type="button" value="Stop Upload" onclick="StopUpload();" class="btn" id="stop_btn"> Adding the <br> ...
by Guest
Feb 06, 2007 2:08 pm
Forum: XUpload
Topic: XUpload PRO 2.4 in xmode 2, and Opera V 9.10
Replies: 3
Views: 5233

Do you know the one when using the xmode 2 ? (default.html, hitech.html, pro1.html, pro2.html or simple.html) Also.. Should the <br>'s be after the <input type="button" value="Stop Upload" onclick="StopUpload();" class="btn" id="stop_btn"> that is in...
by Guest
Feb 06, 2007 10:26 am
Forum: XUpload
Topic: XUpload PRO 2.4 in xmode 2, and Opera V 9.10
Replies: 3
Views: 5233

XUpload PRO 2.4 in xmode 2, and Opera V 9.10

I'm not sure if I've hacked the code to much, or if it's a XUpload problem, but for some reason (my) XUpload (in xmode 2) is not showing the [Stop Upload] button in Opera V9.10 (not sure if this is also a problem in olders Opera versions) It's showing fine in IE6 and 7 Is this a XUpload bug, or did ...
by Guest
Feb 05, 2007 8:29 am
Forum: XUpload
Topic: The testenv.cgi. Is it needed?
Replies: 2
Views: 4316

Done..
by Guest
Feb 04, 2007 11:59 pm
Forum: XUpload
Topic: The testenv.cgi. Is it needed?
Replies: 2
Views: 4316

The testenv.cgi. Is it needed?

Can the "testenv.cgi" file be removed from the cgi-bin map, or is it needed by some other file? (it's also called from the .htaccess that is withing the cgi-bin map) Calling the /cgi-bin/testenv.cgi is showing a lot of info about the server that I really do not want to show the rest of the...
by Guest
Feb 01, 2007 8:20 pm
Forum: XUpload
Topic: Stopping the "post" of the target_dir
Replies: 3
Views: 4617

Nevermind.. I found the place to hack it :-)

In post.cgi

change

Code: Select all

push @har, { name=>'target_dir',      value=>$c->{target_dir}, 'style'=>2 };
to

Code: Select all

# push @har, { name=>'target_dir',      value=>$c->{target_dir}, 'style'=>2 };
by Guest
Feb 01, 2007 8:10 pm
Forum: XUpload
Topic: Stopping the "post" of the target_dir
Replies: 3
Views: 4617

Stopping the "post" of the target_dir

I'm about to go live with my site, but still have one small problem! When I do a "packet sniff" on the variables posted when the upload is done, the variable target_dir is shown. Now when a "smart" users wants he can get the direct URL of the just uploaded file! I really do not n...
by Guest
Feb 01, 2007 2:15 pm
Forum: XUpload
Topic: Feature Request
Replies: 34
Views: 50681

I think an extra option to select files_mode allowed / not allowed would be a nice extra!

Now I have to add all the files that ARE allowed zip|rar|exe| ect ect..
With the extra "files_mode" you could make a selection what option to use... IE: files allowed or files not allowed
by Guest
Feb 01, 2007 1:58 pm
Forum: XUpload
Topic: Using the 'x_max_files' and 'x_max_size' more times on page
Replies: 4
Views: 4946

Thank you PilgrimX182,

The "hack" does not work. It's giving an Error: '0' is null or not an object

I'll see what you are trying to do, and I'll do some 'custom' hacking on the xupload.js later today to see if I can get it to work.
by Guest
Feb 01, 2007 12:53 pm
Forum: XUpload
Topic: Using the 'x_max_files' and 'x_max_size' more times on page
Replies: 4
Views: 4946

That's to bad, but not really a big problem.

All I need to do is hard code the 'x_max_files' and 'x_max_size' values on the page..