steve wells
|
| Posted: 07/02/2003, 5:21 PM |
|
Hello,
I have file upload working in a record, but only for update. If I create a new record and include a file upload it seems to skip it. Any ideas? Is this a bug or did I miss something. My application MUST have upload as part of inserting a new record.
Regards
---Steve
|
|
|
 |
steve wells
|
| Posted: 07/02/2003, 6:25 PM |
|
warning: don't use file upload as part of a larger record to insert (at least until they fix their bug!)
I'm running code charge 2.1 with ASP/JET.
background: Even the example upload example they use in the knowledge base, the file uploader is part of its own record and not part of a larger record to be inserted. After reading the code compiled, it just plan doesn't do the right thing.
I hate to say it, but for my ap I will create a follow-on page to the record insert to insert the picture (as in update the record, which seems to work). Sure wished I didn't have to do that.
---Steve
|
|
|
 |
rrodgers
|
| Posted: 07/02/2003, 6:58 PM |
|
>>Even the example upload example they use in the knowledge base,
Whats the link? I would like check it out.
rob
|
|
|
 |
RonB
|
| Posted: 07/05/2003, 4:19 AM |
|
I must say I have had no trouble at all with the upload in CCS. I even use it in editable grids and it hasn't failed me yet. What seems to be the trouble?
Ron
|
|
|
 |
|