Pure ASP Upload 3 Support Product Page
In progress
height width not inserted
Reported 12 years ago
2
have this problem
12 years ago 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 12 years ago
12 years ago 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?
Can you please tell me if you also included the width and height hidden fields in the insert record behavior?
Replied 12 years ago
12 years ago Ed Stewart replied:
Yes, I have added them in the Insert Record behavior. They are both recorded as 0 (zero). Not NULL, zero.
Replied 12 years ago
12 years ago Teodor Kuduschiev replied:
Can you please send me your page to:
teodor@dynamiczones.com
Replied 12 years ago
12 years ago Ed Stewart replied:
Sent.
Replied 12 years ago
12 years ago 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.
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 12 years ago
12 years ago Ed Stewart replied:
No, the values are not passed. Both are 0 (zero).
Replied 11 years ago
11 years ago Ben Adams replied:
I have the same issue as this - did a solution arise?
Replied 11 years ago
11 years ago Ed Stewart replied:
I don't know. I stopped using it.
Replied 11 years ago
11 years ago David Thurston replied:
Any solution to this, same thing happening to me?
Replied 11 years ago
11 years ago Ed Stewart replied:
Probably not. Their expertise seems to lie in client-side code. Server-side is a little weak.
Replied 11 years ago
11 years ago Ed Stewart replied:
And I see this post is marked as "answered" when it clearly is not.
Replied 11 years ago
11 years ago 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.
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 11 years ago
11 years ago 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?
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 11 years ago
11 years ago 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.
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 11 years ago
11 years ago 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.
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 11 years ago
11 years ago 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 11 years ago
11 years ago David Thurston replied:
Anymore news on this?
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
The issue is sent to the developers and will be fixed in the next update.