Sounds as if you are having the same issue I did; check this link
http://www.mjtnet.com/forum/viewtopic.p ... highlight=
Search found 6 matches
- Wed Nov 15, 2006 9:06 pm
- Forum: General Discussion
- Topic: Web Recorder ASP Page Pull Down Menue and Local File
- Replies: 1
- Views: 4340
- Wed Oct 25, 2006 6:49 pm
- Forum: Beginners
- Topic: Web Recorder question
- Replies: 7
- Views: 8427
- Wed Oct 25, 2006 5:59 pm
- Forum: Beginners
- Topic: Web Recorder question
- Replies: 7
- Views: 8427
- Wed Oct 25, 2006 5:41 pm
- Forum: Beginners
- Topic: Web Recorder question
- Replies: 7
- Views: 8427
Here you go, Year>runyear Month>runmonth Day>runday Let>uploadname=dailyext%runyear%%runmonth%%runday%.txt Let>FrameName={""} Let>FormName={"SoilSiteIm"} Let>FieldName={"FileUpload1_File"} Let>FieldValue=c:\data\daily\%uploadname% LibFunc>hIE,FormFill,r,%IE[0]%,str:FrameName,str:FormName,str:FieldNa...
- Wed Oct 25, 2006 5:31 pm
- Forum: Beginners
- Topic: Web Recorder question
- Replies: 7
- Views: 8427
Well, I tried both options, neither worked. when using the second option the Field Value contained: FieldValue=c:\data\daily\dailyext20061025.txt this is the correct name however, the upload did not send any file. When I hard code the name it works fine but that sort of negates the whole purpose of ...
- Wed Oct 25, 2006 2:18 pm
- Forum: Beginners
- Topic: Web Recorder question
- Replies: 7
- Views: 8427
Web Recorder question
I'm attempting to use a variable file name ( uploadname ) as part of the "FieldValue" command, but it doesn't work of course. Here's the code: Year>runyear Month>runmonth Day>runday Let>uploadname=dailyext%runyear%%runmonth%%runday%.txt then in the FieldValue I've tried: Let>FieldValue={"c:\data\dai...