Johnny
|
| Posted: 04/09/2003, 6:17 PM |
|
hope this help you!
DUNDAS - but may work for every COM!
STEP by STEP
1) I create a Simple RecordBuilder Form (dont worry about what field you have)
2) I added a Fileupload Component.
IMPORTANT NOTE: be sure sure UPLOAD component is inside recordBuilder <FORM>
Press CTRL+/ to reveal Tags if needit (before </form| )
Go to Upload Property
temporary folder = C:\MYWEBSERVERFOLDER\TEMP
File Folder = C:\MYWEBSERVERFOLDER\MYFILE
Control Source = Insert here the name of the field where the
name for the file will be record
dont worry about the final "\" it work with or withouit
* Press Browse
* Choose a File (use any .TxT file (small))
DONT USE: .EXE .DLL .COM
Press ADD and ...........(working)
IMPORTANT
* if you have a bad TempFolder or File Folder the Page will come blank
* if you have no access right to Tempfolder or file folder the Page will come blank
* if you set a wrong COM upload service on Project property. you will recive an CCS error.
Have Fun!
Sorry about the English , my Main is Spanish
|
|
|
 |
CRB
|
| Posted: 07/05/2003, 1:13 PM |
|
It helped and thanks
|
|
|
 |
will
|
| Posted: 07/07/2003, 12:06 PM |
|
Hi,...
i made it, the upload form works...! but (alway's a "but") when i upload a
file, it puts the file name in all the fields..., how can i do that only the
actual field receive the "file name"
the upload form is on the "maint" page, that only displays one record...
IIS, ASP
tambien hablo espanol... ;)
como puedo hacerpara que solo me guarde el nombre en el registro actual y no en todos los registros?
|
|
|
 |
|