Pure ASP Upload 3 Support Product Page

In progress

height width not inserted

Reported 12 Dec 2012 21:54:55
2
have this problem
12 Dec 2012 21:54:55 Ed Stewart posted:
Using the latest version 3.1.0.

I have added the requisite hidden form fields (height & width, along with a couple more for my use) and bound them to the correct value. All values are correctly inserted into database EXCEPT height and width, both are recorded as 0 (zero). File is uploaded correctly, just don't have height & width values..

This is the first time I've used this extension, so I don't know if this ever worked and was broken by the update or not.

Please offer some insight..

Replies

Replied 13 Dec 2012 10:35:12
13 Dec 2012 10:35:12 Teodor Kuduschiev replied:
Hello Ed,

Can you please tell me if you also included the width and height hidden fields in the insert record behavior?
Replied 13 Dec 2012 11:17:26
13 Dec 2012 11:17:26 Ed Stewart replied:
Yes, I have added them in the Insert Record behavior. They are both recorded as 0 (zero). Not NULL, zero.
Replied 13 Dec 2012 16:28:25
13 Dec 2012 16:28:25 Teodor Kuduschiev replied:
Can you please send me your page to:
Replied 13 Dec 2012 17:52:03
13 Dec 2012 17:52:03 Ed Stewart replied:
Sent.
Replied 13 Dec 2012 19:56:15
13 Dec 2012 19:56:15 Teodor Kuduschiev replied:
Hello Ed,

Can you please insert the Width and Height bindings below the form and submit. Check if the width/height appear there when the form is submitted.
Replied 13 Dec 2012 21:36:57
13 Dec 2012 21:36:57 Ed Stewart replied:
No, the values are not passed. Both are 0 (zero).
Replied 24 Jul 2013 08:55:15
24 Jul 2013 08:55:15 Ben Adams replied:
I have the same issue as this - did a solution arise?
Replied 24 Jul 2013 10:46:33
24 Jul 2013 10:46:33 Ed Stewart replied:
I don't know. I stopped using it.
Replied 29 Sep 2013 15:57:40
29 Sep 2013 15:57:40 David Thurston replied:
Any solution to this, same thing happening to me?
Replied 29 Sep 2013 16:23:28
29 Sep 2013 16:23:28 Ed Stewart replied:
Probably not. Their expertise seems to lie in client-side code. Server-side is a little weak.
Replied 29 Sep 2013 16:25:21
29 Sep 2013 16:25:21 Ed Stewart replied:
And I see this post is marked as "answered" when it clearly is not.
Replied 29 Sep 2013 16:25:35
29 Sep 2013 16:25:35 David Thurston replied:
I am having problems not only with this but also with javascript errors, and smart image stuff.

I am starting to get a little tired of their extension errors now.

I will quite happily go out of my way to publicise their lack of concern for problems with their products if I don't get satisfaction.
Replied 30 Sep 2013 07:34:57
30 Sep 2013 07:34:57 Teodor Kuduschiev replied:
Hello,

Please click on your page, after the upload form, open the bindings tab and add the width an height bindings to your page. When the form is submitted, they should be showing the size of the uploaded image directly on the page. Check if this is working for you?
Replied 01 Oct 2013 14:13:02
01 Oct 2013 14:13:02 David Thurston replied:
I am sorry, I am not sure that I understand your response.

The page after the upload page has a recordset which holds the data from the uploaded image, I display that on the page the width & height are 0. There are no PAU bindings on that page as the uploader isn't on it.
Replied 01 Oct 2013 14:20:36
01 Oct 2013 14:20:36 Teodor Kuduschiev replied:
On the page holding your upload form do the following:

This is your form with the upload applied:
<form>....</form>
Add anywhere after the form code the width and height bindings from the bindings panel, for example:
<%= pau.Fields........Height %>
<%= pau.Fields........Weight %>

Remove any redirect if you have and submit the form with an image. When the image is uploaded the width and height should be displayed on the page.
Replied 01 Oct 2013 14:43:05
01 Oct 2013 14:43:05 David Thurston replied:
I have done that and it works fine. shows width height & size no problem, I then went and added the DW insert function and it put values of 0 into the database.
Replied 06 Oct 2013 14:57:52
06 Oct 2013 14:57:52 David Thurston replied:
Anymore news on this?
Replied 08 Oct 2013 10:17:13
08 Oct 2013 10:17:13 Teodor Kuduschiev replied:
The issue is sent to the developers and will be fixed in the next update.

Reply to this topic