Pure ASP Upload 3 Support Product Page

Solved

IE9 - PAU progress bar problems

Reported 09 Dec 2008 12:02:56
4
have this problem
09 Dec 2008 12:02:56 MX Addict posted:
Pure ASP File Upload 3.0.12

In IE7:

The PAU progress bar does works with simple filefield upload.
The PAU progress bar fails with flash uploader. The progress bar shows 0%. Only the flashuploader progress bar works

In Firefox 3.04

The PAU progress bar with flash uploader works fine.

Replies

Replied 09 Dec 2008 13:15:42
09 Dec 2008 13:15:42 Miroslav Zografski replied:
Hi MX Addict,

Can you, please, specify your DW version and OS, as well as your IE 7 build version, your IIS Server version and OS/if it is different from your workstation/. Also which progress bar template you use. In addition, check if IE trows any errors when progress bar appears.

The progress bar with flash control was tested and working on IE 7.0.5730.13.

Regards,

M.Zografski

-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 09 Dec 2008 18:10:03
09 Dec 2008 18:10:03 MX Addict replied:
Hi Miroslav,

These are my settings

DW CS3
XP SP2
IE 7.0.5730.11
IIS version Microsoft-IIS/6.0
VBScript Engine VBScript 5.6.8832

progress bar Mac Look
Replied 10 Dec 2008 16:11:09
10 Dec 2008 16:11:09 MX Addict replied:
For some reason if I wait a couple of hours the progress bar works one time and after uploading again it doesn't work anymore. Very Strange
Replied 12 Dec 2008 12:45:27
12 Dec 2008 12:45:27 MX Addict replied:
Hi Miroslav,

I updated IE7 and now the progress bar works

DW CS3
XP SP3
IE 7.0.5730.13
IIS version Microsoft-IIS/6.0
VBScript Engine VBScript 5.6.8832
Replied 12 Dec 2008 13:33:30
12 Dec 2008 13:33:30 Miroslav Zografski replied:
Hi Bob,

Yes, I was about to ask you to do it... glad you've done that.
Guess that it was caused by a bug in IE fixed for version ...13

Regards,

M.Zografski

-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 19 Dec 2008 15:45:59
19 Dec 2008 15:45:59 MX Addict replied:
Hi Miroslav,

Again problems with flashuploader and progressbar [PAU 3.0.12]

Since the lastest critical Microsoft IE 7 update [7.0.5730.13] the progessbar doesn't work.

When clearing the cache the progress bar works once. After using the PAU flashuploader again..The progress bar doesn't work anymore
Replied 05 Jan 2009 14:25:59
05 Jan 2009 14:25:59 MX Addict replied:
Hi Miroslav,

Still problems with progress bar with pau 3.04 flashuploader in IE7. When clearing the cache in IE7 it works once. And then it will not work before clearing the cache in IE7 again.

Thnks
Replied 15 Jan 2009 18:26:09
15 Jan 2009 18:26:09 MX Addict replied:
DMX-Team,

<b>CanIi get an answer on this topic. Gives the IE7 update again problems with the upload progress bar</b>

Thanks
Replied 16 Jan 2009 11:43:11
16 Jan 2009 11:43:11 Miroslav Zografski replied:
Hi Bob,

I'm sorry for the delay. Please, excuse me, but I needed to be sure in my answer to you.
It appears that its a bug in IE not in our extension. I'm unable to give you promise of finding a workaround for that and I can hope that IE team will release a bugfix for that.

Regards,

M.Zografski

-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 27 Sep 2011 18:45:39
27 Sep 2011 18:45:39 Bart Garner replied:
This appears to be a problem again with IE9.
IE8 is fine, Firefox is fine.
Upload works, just no progress bar.


[php]

<!--#include file="ScriptLibrary/incPU3Class.asp" -->
<!--#include file="ScriptLibrary/incPU3Utils.asp" -->
<!--#include file="ScriptLibrary/incPUAddOn.asp" -->
<
%'*** Pure ASP File Upload 3.0.17
' Process form form2
Dim pau, DMX_uploadAction, UploadRequest, UploadQueryString, pau_thePath, pau_nameConflict, pau_saveWidth, pau_saveHeight
Set pau = new PureUpload
pau.ScriptLibrary = "ScriptLibrary"
pau.ConflictHandling = "over"
pau.StoreType = "file"
pau.ProgressTemplate = "circle.htm"
pau.ProgressWidth = 500
pau.ProgressHeight = 150
pau.UploadFolder = """videos/db/uservids"""
pau.Required = true
pau.AllowedExtensions = "AVI,MOV,WMV,MPG,MPEG,M1V,MP2,MPA,MPE,ASF,FLV,RM" ' "movies"
pau.MaxFileSize = 5120
pau.ProcessUpload
pau.SaveAll
%>
<
%' *** Mail Uploaded Files 1.8.1
If (CStr(Request.QueryString("GP_upload")) <> "") Then
  Dim MUF_FromName, MUF_FromEmail, MUF_ToName, MUF_ToEmail, MUF_Bcc, MUF_Subject, MUF_Body, MUF_SendHtml, MUF_checkErrors, MUF_deleteFiles, MUF_RedirectURL, MUF_SmtpServer, MUF_MailerType
  MUF_FromName = pau.Fields("yourname").Value
  MUF_FromEmail = pau.Fields("email").Value
  MUF_ToName = "_______________"
  MUF_ToEmail = "b_________________"
  MUF_Bcc = ""
  MUF_Subject = "Customer Video Upload"
  MUF_Body = "Video File Attached"
  MUF_SendHtml = false
  MUF_checkErrors = true
  MUF_deleteFiles = true
  MUF_RedirectURL = ""
  MUF_SmtpServer = "127.0.0.1"
  MUF_MailerType = "CDO"
  MailUploadedFiles pau_thePath, MUF_FromName, MUF_FromEmail, MUF_ToName, MUF_ToEmail, MUF_Bcc, MUF_Subject, MUF_Body, MUF_SendHtml, MUF_checkErrors, MUF_deleteFiles, MUF_RedirectURL, MUF_SmtpServer, MUF_MailerType
end if
%>

[/php]



Edited by - Bart Garner on 27 Sep 2011  18:49:43


Edited by - Bart Garner on 03 Dec 2011  03:24:13
Replied 27 Sep 2011 18:46:35
27 Sep 2011 18:46:35 Bart Garner replied:
Would it be possible to recode the pages on this BB so that code is not replaced with smileys? IT would be much easier to follow.
Replied 28 Sep 2011 09:46:55
28 Sep 2011 09:46:55 Miroslav Zografski replied:
Hello,

We are investigating the issue to confirm it.

And the code can be set in a region by adding a code tags around it.

Replied 02 Dec 2011 23:49:35
02 Dec 2011 23:49:35 John Hessel replied:
I also have "No progress bar in IE9", but i do get one in Firefox.
Replied 20 Dec 2011 20:26:19
20 Dec 2011 20:26:19 John Jackson replied:
I just installed PAU 3.0.18 and I have no progress bar in IE9 but I do have one in FF8.

...John
Replied 10 Jun 2012 12:11:57
10 Jun 2012 12:11:57 David Stoltz replied:
I don't think this will ever be fixed.
Replied 25 Sep 2012 00:13:45
25 Sep 2012 00:13:45 David Stoltz replied:
3 months since the last post - no fix.

Great Job DMXZone
Replied 25 Sep 2012 06:42:40
25 Sep 2012 06:42:40 Teodor Kuduschiev replied:
Hello David,

You will be notified as soon as there is an update released.
Replied 25 Sep 2012 09:57:17
25 Sep 2012 09:57:17 David Stoltz replied:
No offense Teodor, but you guys have been saying that for 3 YEARS!

If you're not going to fix it, just say so...or give your users a reason it's not being addressed instead of saying "you'll be notified". Really, it's an insult.
Replied 25 Sep 2012 11:11:16
25 Sep 2012 11:11:16 Teodor Kuduschiev replied:
Hello David,

As i am saying that You will be notified as soon as there is an update, then you can expect an update.
I cannot tell you the exact release/update date for PAU3 yet.
Replied 01 Nov 2012 11:28:11
01 Nov 2012 11:28:11 Jerry Smith replied:
But if it takes 3 YAERS to fix such thing I think you should either close the business or return the money paid to you customers. THat is no support and on top you are being funny. If you say there will be update it will be. But I may die in the meantime of old age :-(
Replied 13 Nov 2012 17:26:31
13 Nov 2012 17:26:31 David Stoltz replied:
Folks - I'm so frustrated with this lack of support I finally emailed George -

We'll see what he has to say.

Posting this in both threads where users are waiting for a response.
Replied 13 Nov 2012 17:51:13
13 Nov 2012 17:51:13 David Stoltz replied:
YEAH! Just for everyone's info, George replied with some fantastic news! Here is his reply:

Hi David,

We have done quite some work. The whole progressbar functionality is rewritten from the ground up. We now also have full HTML5 progressbar functionality without any flash.

We are now in final beta testing and hope to release it within a week or two max.

Greetings,
George
Replied 13 Nov 2012 18:04:47
13 Nov 2012 18:04:47 Les IsOnline replied:
Awsome news :-)
Replied 13 Nov 2012 18:27:44
13 Nov 2012 18:27:44 MX Addict replied:
I will keep my fingers crossed.
Replied 13 Nov 2012 20:12:06
13 Nov 2012 20:12:06 George Petrov replied:
Yes folks we are almost ready! Sorry to keep you in the dark so long.

We just had to rewrite the whole progress bar functionality and also make it fully HTML5 compliant, so that it works without flash.

We have also improved the whole upload functionality and make it compatible with some new developments that are also underway to be able to do full ajax upload.

Mail me privately at if you wish to test the latest beta.

As I said we hope to get it out in a week max two.

Greetings,
George

Reply to this topic