SibSoft Ltd.
Development Services
software products
 RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
EZYWebhost - Cheap XUpload & XFileSharing 100% campatible hosting

AJAX upload progress bar

File sharing script
It uploads, I see the post-details but no progressbar...

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload
View previous topic :: View next topic  
Author Message
rob1984



Joined: 16 Nov 2006
Posts: 8

PostPosted: Nov 16, 2006 5:51 pm    Post subject: It uploads, I see the post-details but no progressbar... Reply with quote

I just bought the Xupload Pro version.
I installed it and solved a few errors.
At the moment he works, but I don't see a progressbar. I upload a file of 24 MB, and after a little while I get redirected to post.cgi with the post-details but nog progressbar...how come?

I use version 2.3, Internet Explorer 7 (and FireFox) and Linux with Apache.

By the way: If i select an option to view the uploadstatus, it says immediately that transfer is complete while he's still uploading...

After another test with a small file i see the status-information for 1 second and then it says that upload is complete...but i dont see the status-information while uploading a large file...
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1107
Location: Undisclosed location

PostPosted: Nov 17, 2006 6:31 am    Post subject: Reply with quote

Do you use .htaccess file? .htaccess is enabled on your server?
Back to top
View user's profile Send private message Visit poster's website AIM Address
rob1984



Joined: 16 Nov 2006
Posts: 8

PostPosted: Nov 17, 2006 10:35 am    Post subject: Reply with quote

ok, the .htaccess file seems to work now...
but, now I got an internal server error while uploading...(uploading file WORKS)
seems that a change from my side has caused this (it's not the .htaccess-file, if i delete this, i still got the internal server error).

How come?

If i put upload_form.html inside another subfolder, I get the same error AND the upload does NOT work anymore...the path in action="" is the right one!
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1107
Location: Undisclosed location

PostPosted: Nov 17, 2006 1:35 pm    Post subject: Reply with quote

Don't know what happened. Probably you save .cgi file with windows linebreaks after edit. Probably wrong paths in config. Check CHMOD on .cgi files. Can't tell you exactly actually.
Back to top
View user's profile Send private message Visit poster's website AIM Address
rob1984



Joined: 16 Nov 2006
Posts: 8

PostPosted: Nov 17, 2006 1:45 pm    Post subject: Reply with quote

IT FINALLY WORKS!!!! (the progressbar also works!)
WOW! I'm so happy!

One question...I don't want any checkboxes! I want to see the status in the table as a standard... how do i do this?

thanks for your help!
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1107
Location: Undisclosed location

PostPosted: Nov 17, 2006 1:58 pm    Post subject: Reply with quote

Congratulations! Just remove all checkboxes except required from html, then add this to this checkbox tag:

Code:
 checked style="display: none;"


this will check it by default and hide from your eyes.

Hope our XUpload script will help you to reach success. Good luck!
Back to top
View user's profile Send private message Visit poster's website AIM Address
rob1984



Joined: 16 Nov 2006
Posts: 8

PostPosted: Nov 17, 2006 2:22 pm    Post subject: Reply with quote

Thanks! That works! You're great! The script is great!
I have no regret I bought this script!!!

My upload-folder is:
httpdocs/uploads

How can i change this per user?
So If i put an hidden-field with a username (wich is in a PHP-session) (for example: rob)...how can is upload the file he uploads to httpdocs/uploads/rob

I also want to change the extension of the file to .php so I can add PHP-code...If i do this, i get an error while uploading (file not found)...
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1107
Location: Undisclosed location

PostPosted: Nov 20, 2006 7:19 am    Post subject: Reply with quote

Thank you Very Happy
This is possible. Use ext_folder hidden field to specify folder, but allow_ext_folder option should be enabled in config for this.

PHP: make sure path to upload.cgi is correct.
Back to top
View user's profile Send private message Visit poster's website AIM Address
rob1984



Joined: 16 Nov 2006
Posts: 8

PostPosted: Nov 20, 2006 3:40 pm    Post subject: Reply with quote

I have renamed it, path are the same as in the html-version :S
I still get the error :S
Back to top
View user's profile Send private message
rob1984



Joined: 16 Nov 2006
Posts: 8

PostPosted: Nov 22, 2006 4:12 pm    Post subject: Reply with quote

could you help me please? When the HTML-file workes, I only renamed it to .PHP, after that I get an error (file not found)
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1107
Location: Undisclosed location

PostPosted: Nov 23, 2006 6:49 am    Post subject: Reply with quote

Ok. What we have?
You had upload_form.html, renamed to upload_form.php. Are you using now www.yoursite.com/.../upload_form.php ? Cause old .html won't work now Smile
Do you have any other PHP files working on your server?
Back to top
View user's profile Send private message Visit poster's website AIM Address
rob1984



Joined: 16 Nov 2006
Posts: 8

PostPosted: Nov 23, 2006 10:54 am    Post subject: Reply with quote

yes, I only renamed it!
PHP is installed, I have other PHP-files working on my server...

So, I only renamed the file...
Does any other file using the html-file as a reference?
Back to top
View user's profile Send private message
Mikus



Joined: 28 Nov 2006
Posts: 4

PostPosted: Nov 28, 2006 10:41 pm    Post subject: Re: It uploads, I see the post-details but no progressbar... Reply with quote

rob1984 wrote:
I just bought the Xupload Pro version.
I installed it and solved a few errors.
At the moment he works, but I don't see a progressbar. I upload a file of 24 MB, and after a little while I get redirected to post.cgi with the post-details but nog progressbar...how come?

I use version 2.3, Internet Explorer 7 (and FireFox) and Linux with Apache.

By the way: If i select an option to view the uploadstatus, it says immediately that transfer is complete while he's still uploading...

After another test with a small file i see the status-information for 1 second and then it says that upload is complete...but i dont see the status-information while uploading a large file...


I have Xupload Free and the same problem:(. I have .htaccess, all path are correct but still i have that problem. Any ideas?
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1107
Location: Undisclosed location

PostPosted: Nov 29, 2006 7:53 am    Post subject: Reply with quote

I guess you have error inside upload.cgi.

Review this: http://www.sibsoft.net/forum/viewtopic.php?t=84

Linebreaks are OK? Use binary FTP transfer mode to upload .cgi to your server.
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group