CRB
|
| Posted: 07/16/2003, 8:23 PM |
|
Theres got to be a simple explanation I just cant find it. So help please.
I am using the aspupload componet to upload images. Read over the examples tried in test project worked fine. Tried in real project and I get the red X (the page cant find the graphic) So I right clicked checked the path and its wrong it is missing the folder that contains images. I look in the folder and the graphic is there. I set the properties on the temp folder and file folder as follows.
C:\Inetpub\wwwroot\NewProject14\temp
C:\Inetpub\wwwroot\NewProject14\exhibits
Any Ideals I am stumped.
|
|
|
 |
DaveRexel
|
| Posted: 07/17/2003, 3:46 AM |
|
::
I have pleaded with the developers to make an option for CCS to save the image path in the Upload components code with no result so unfortunately you have to code the image path in your display pages(recommended) or tweak the upload component code(can lead to errors).
Let's hope that this will be changed in future versions of the product, all it would take would be adding option to save image path in the File Upload Component Properties Panel.
|
|
|
 |
CRB
|
| Posted: 07/17/2003, 1:06 PM |
|
Okay DaveRexel what you are saying is that they know about this and have not corrected or documented, or is it documented somewhere? is their examples on this issue somewhere.
|
|
|
 |
DaveRexel
|
| Posted: 07/17/2003, 1:34 PM |
|
Well, let's look at it this way :
the CCS File Upload Component must work with scripts/objects in different languages... what it does right now is it records the filename of the uploaded file and not the path. Inderting the path into your display page is not an issue for an experienced coder. My preference would be an option to record the whole file path into the database record for the form using the component.
I've submitted a request to support and got the answer that the above behavior is intentional, so I work with that as I have not noticed that other CCS users have an issue with this.
If many customers feel that a change is neccessary then maybe they will change this, so it's up to us in a way.
|
|
|
 |
CRB
|
| Posted: 07/17/2003, 8:23 PM |
|
Thanks Dave for the responses.
|
|
|
 |