After having a user attempt to upload a 79 meg many times, all unsuccessfully, a resume would be an excellent help.
The best my user was able to do was 50 meg of the 79 meg
Usagi
Search found 5 matches
- Nov 01, 2006 8:44 am
- Forum: XUpload
- Topic: Feature Request
- Replies: 34
- Views: 63700
- Aug 30, 2006 8:53 pm
- Forum: XUpload
- Topic: Windows Server
- Replies: 5
- Views: 9289
With these changes this happens: The uploading popup appears but it contains nothing. After about 10 seconds the uploading bar and text appear. By that time about 7 megs have already been uploaded so the progress bar is useless for any files under 7 megs in size. When uploading a larger file (255 me...
- Aug 29, 2006 8:33 pm
- Forum: XUpload
- Topic: Windows Server
- Replies: 5
- Views: 9289
- Aug 28, 2006 6:13 pm
- Forum: XUpload
- Topic: Windows Server
- Replies: 5
- Views: 9289
Windows Server
I've installed this on a Windows XP Server Apache 2.0.55 Perl 5.6.1 (ActiveState) I can only get "Transfer Complete" and then there is no uploaded file in /upload. I can see a folder named with a number containing a file like "CGItemp16013" in the /temp after an upload. Another q...
- Aug 28, 2006 3:40 pm
- Forum: XUpload
- Topic: How to set and get POST Parameters.
- Replies: 9
- Views: 12145
?url_post ?
All additional fields will be posted "as is" to "url_post" URL specified in XUploadConfig.pm. I do not find "url_post" anywhere in XuploadConfig.pm. My XuploadConfig.pm: package XUploadConfig; BEGIN { use Exporter; @XUploadConfig::ISA = qw( Exporter ); @XUploadConfig::...