Search found 27 matches

by Butch
Aug 01, 2007 11:22 pm
Forum: XUpload
Topic: Multiple file upload fails on Mac
Replies: 2
Views: 3396

Multiple file upload on Intel Macs with Safari and upload_fo

Failure of mutiple files is only on Intel Mac with Safari with upload_form.html. Pilgram is working on this. "upload_form2.html will work with multiple files.

This is an excellent script. Support is the best!!! This forum makes the script even better for ALL.
by Butch
Jul 31, 2007 3:54 am
Forum: XUpload
Topic: Multiple file upload fails on Mac
Replies: 2
Views: 3396

Multiple file upload fails on Mac

The multiple file function performs flawlessly on Windows, however will only load one file at a time on Mac OSX 10.4.10. Tested with Safari on PC and Safari on Mac, worked fine on the PC, but would only load one file at a time on Mac.
by Butch
Nov 13, 2006 5:57 pm
Forum: XUpload
Topic: Xupload Pro 2.3 and MAC OS X
Replies: 0
Views: 5398

Xupload Pro 2.3 and MAC OS X

Edited: The below happens if you have not emptied your cache (I think) Problem solved my coding mistake, however problem still presits in OS 9. One futher note: Coding is very strict, please check using default upload_form.html before making changes and testing..be sure to clear your cache. Hope thi...
by Butch
Nov 13, 2006 3:27 am
Forum: XUpload
Topic: Issue with Pro 2.2 on Mac
Replies: 4
Views: 7358

Mac OS X

Read the last three or fout post at this link: http://www.sibsoft.net/forum/viewtopic.php?t=62

Send me an email address and I will email the code changes for xupload.js, upload_form.html.

Sorry, I didn't have the changes documented where I could send them.
by Butch
Nov 12, 2006 10:56 pm
Forum: XUpload
Topic: Issue with Pro 2.2 on Mac
Replies: 4
Views: 7358

Mac OS X

Xupload Pro 2.2 works great on my Mac OS 10.4.8, however the stop upload for inline doesn't work on Safari, but Pilgram is working on that issue, IE 5.2 acts crazy on a Mac, however, Camino, FireFox, Netscape, Opera all work. If I remember correctly you must change some code in the Upload_form.html....
by Butch
Nov 12, 2006 2:17 am
Forum: XUpload
Topic: Changes in Version 2.3
Replies: 1
Views: 5322

Changes in Version 2.3

Is the only changes between Xupload Pro 2.2 and Xupload Pro 2.3 in the XuploadConfig.pm, upload.cgi and upload_staus.cgi plus the addition of the Digest? I know that the fdescr, and xdescr' was added to the xupload.js, howevr I don't think that would affect anything. This is a great script!!!!!!!!!!...
by Butch
Nov 08, 2006 6:22 pm
Forum: XUpload
Topic: Confirmation Email & redirect Link
Replies: 8
Views: 13904

Post.php

I will take a look at the config file and will post back with what will work within a couple of days. Are you using Pro version 2.2 or 2.3? I won't have time today, but tomorrow afternoon.
by Butch
Nov 08, 2006 6:17 pm
Forum: XUpload
Topic: Confirmation Email & redirect Link
Replies: 8
Views: 13904

Post.php

Here is a very quick way of not really changing any code and having the "Thank You Page"

Create it in the post.php, just edit the page to say "Thank You" removing the ?echo?, don't rename leave as post.php

Hope this helps
by Butch
Nov 06, 2006 1:04 am
Forum: XUpload
Topic: Download link?
Replies: 1
Views: 6244

Download Link

I had the same question basicly, Pilgram pointed me in the right direction, so I will tell you how I did it. Place your upload folder inside htdocs (this is where your html pages are,i.e. www.yoursite.com/uploads. Create a .htaccess file within this folder with the code like this (may require editin...
by Butch
Oct 24, 2006 10:33 am
Forum: XUpload
Topic: Request..Code of uploaded file
Replies: 1
Views: 5148

Request..Code of uploaded file

I know someone out there has written some code on how to download the file uploaded by Xupload via of their web browser rather than using their ftp client.

Would you share that code here?

Thanks
by Butch
Oct 16, 2006 8:32 pm
Forum: XUpload
Topic: Xupload (no documentation on install)
Replies: 2
Views: 6373

Install Instructions

The install file is a text file that should open using Notepad or Textedit, you may which to add the extension if you are having a problem.
by Butch
Oct 01, 2006 12:34 am
Forum: XUpload
Topic: Xupload Follow Ups
Replies: 2
Views: 6997

Email Validation code for Xupload Pro 2.2

Here is the email validation code. Place this code in the body of Xupload_form.html; <script type="text/javascript"> var filter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i function checkmail(x){ var value=filter.test(x.value) if (value==false){ alert("Please enter a vali...
by Butch
Sep 30, 2006 5:09 am
Forum: XUpload
Topic: Xupload Follow Ups
Replies: 2
Views: 6997

Xupload Follow Ups

I've notice that several people have asked how to get the confirmation email (email sent to person uploading file), since this was only available in the demo version(the one we tested on the Sibsoft site) to show how Xupload worked and not in the production version. It would be nice if the author wo...
by Butch
Sep 27, 2006 12:36 pm
Forum: General Discussion & News
Topic: XUpload Pro 2.2 Released
Replies: 1
Views: 9775

Great Script "Xupload Pro 2.2"

This is a great script! Most importantly IT WORKS!!! Set file upload size to your specifications from 0 to unlimited. Users can monitor upload process with the progress bar. Limit file types, add as many file types as you like, and/or upload all file types. Set the number of files to upload at one t...
by Butch
Sep 26, 2006 3:52 am
Forum: XUpload
Topic: Email To & From
Replies: 1
Views: 5679

The demo version on the Sib Soft site sent an email to the person testing Xupload, however, that function is not available in the production version. XuploadConfig.pm is the place email information is provided to the script. I, too, wanted the conformation email (email to person uploading file), how...