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...
XUpload - It uploads, I see the post-details but no progressbar...
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
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!
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!
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
Congratulations! Just remove all checkboxes except required from html, then add this to this checkbox tag:
this will check it by default and hide from your eyes.
Hope our XUpload script will help you to reach success. Good luck!
Code: Select all
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!
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)...
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)...
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
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
Do you have any other PHP files working on your server?
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

Do you have any other PHP files working on your server?
Re: It uploads, I see the post-details but no progressbar...
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?
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
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.
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.