Dale
|
| Posted: 08/03/2003, 8:50 PM |
|
I'm trying to get the new file upload to work in a grid/record form.
I have two file uploads on the same form.
I don't get any errors but the files don't show up on the server. Permissions are all good. Should I have each upload by itself on a seperate page?
Thank You,
Dale
|
|
|
 |
RonB
|
| Posted: 08/04/2003, 6:59 AM |
|
Should work, I have pages with ten to fifteen uploads on a single page, editable grid, and it works like a charm.
Ron
|
|
|
 |
dale
|
| Posted: 08/04/2003, 7:23 PM |
|
I found out that the file upload was renaming the files to {some numbers}.filename.extension when they are uploaded.Is there any way to prevent this?
Thanks again,
Dale
|
|
|
 |
RonB
|
| Posted: 08/07/2003, 5:17 AM |
|
If there is there has to be a clue somewhere in the fileupload class. Havent looked there yet myself but you should get some idea of how the class works and how you can acces it to change values.
Ron
|
|
|
 |
|