| View previous topic :: View next topic |
| Author |
Message |
rob1984
Joined: 16 Nov 2006 Posts: 8
|
Posted: Nov 16, 2006 5:51 pm Post subject: It uploads, I see the post-details but no progressbar... |
|
|
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 |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Nov 17, 2006 6:31 am Post subject: |
|
|
| Do you use .htaccess file? .htaccess is enabled on your server? |
|
| Back to top |
|
 |
rob1984
Joined: 16 Nov 2006 Posts: 8
|
Posted: Nov 17, 2006 10:35 am Post subject: |
|
|
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 |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Nov 17, 2006 1:35 pm Post subject: |
|
|
| 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 |
|
 |
rob1984
Joined: 16 Nov 2006 Posts: 8
|
Posted: Nov 17, 2006 1:45 pm Post subject: |
|
|
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 |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Nov 17, 2006 1:58 pm Post subject: |
|
|
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 |
|
 |
rob1984
Joined: 16 Nov 2006 Posts: 8
|
Posted: Nov 17, 2006 2:22 pm Post subject: |
|
|
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 |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Nov 20, 2006 7:19 am Post subject: |
|
|
Thank you
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 |
|
 |
rob1984
Joined: 16 Nov 2006 Posts: 8
|
Posted: Nov 20, 2006 3:40 pm Post subject: |
|
|
I have renamed it, path are the same as in the html-version :S
I still get the error :S |
|
| Back to top |
|
 |
rob1984
Joined: 16 Nov 2006 Posts: 8
|
Posted: Nov 22, 2006 4:12 pm Post subject: |
|
|
| 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 |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: Nov 23, 2006 6:49 am Post subject: |
|
|
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? |
|
| Back to top |
|
 |
rob1984
Joined: 16 Nov 2006 Posts: 8
|
Posted: Nov 23, 2006 10:54 am Post subject: |
|
|
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 |
|
 |
Mikus
Joined: 28 Nov 2006 Posts: 4
|
Posted: Nov 28, 2006 10:41 pm Post subject: 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? |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
|
| Back to top |
|
 |
|