Folks
I have AMS 4.0.0.4. when downloading a file from the web, during download it display: ??? of 4431 Bytes received. Not only the size of the file i am downloading is not "4431" but this number always seems to be the same!!! Why it doesnt display the correct file size of the file i am downloading. It is pretty annoying! Also with the File Search Action, even if i specify to search using the semi-column delimited list, it doesnt seem to take that in consideration! Please Help!
here is the File Search action in XML:
<IR_ACTIONS_LIST>
<Action name="Search">
<Type>18</Type>
<Function>0</Function>
<DTIndentLevel>1</DTIndentLevel>
<Enabled>1</Enabled>
<ErrorHandling>
<UserNotificationMode>2</UserNotificationMode>
<CustomErrorMessage/>
<OnErrorAction>0</OnErrorAction>
<JumpToLabel/>
</ErrorHandling>
<Variable>%MDTSearch%</Variable>
<Delimiter>;;</Delimiter>
<FileName>jobmgmt.exe</FileName>
<LocalFixedDrives>1</LocalFixedDrives>
<RemoteDrives>0</RemoteDrives>
<RemovableDrives>0</RemovableDrives>
<CDROMDrives>0</CDROMDrives>
<SpecificDirectoriesDrives>1</SpecificDirectoriesDrives>
<CustomDirectoriesDrives>MDT;MDT\tasks\;</CustomDirectoriesDrives>
<RecurseCustom>1</RecurseCustom>
<DialogTitle>Searching for your MDT Path...</DialogTitle>
<DialogText>Searching for files. This may take a few moments.</DialogText>
<ShowDialog>1</ShowDialog>
</Action>
</IR_ACTIONS_LIST>
I have AMS 4.0.0.4. when downloading a file from the web, during download it display: ??? of 4431 Bytes received. Not only the size of the file i am downloading is not "4431" but this number always seems to be the same!!! Why it doesnt display the correct file size of the file i am downloading. It is pretty annoying! Also with the File Search Action, even if i specify to search using the semi-column delimited list, it doesnt seem to take that in consideration! Please Help!
here is the File Search action in XML:
<IR_ACTIONS_LIST>
<Action name="Search">
<Type>18</Type>
<Function>0</Function>
<DTIndentLevel>1</DTIndentLevel>
<Enabled>1</Enabled>
<ErrorHandling>
<UserNotificationMode>2</UserNotificationMode>
<CustomErrorMessage/>
<OnErrorAction>0</OnErrorAction>
<JumpToLabel/>
</ErrorHandling>
<Variable>%MDTSearch%</Variable>
<Delimiter>;;</Delimiter>
<FileName>jobmgmt.exe</FileName>
<LocalFixedDrives>1</LocalFixedDrives>
<RemoteDrives>0</RemoteDrives>
<RemovableDrives>0</RemovableDrives>
<CDROMDrives>0</CDROMDrives>
<SpecificDirectoriesDrives>1</SpecificDirectoriesDrives>
<CustomDirectoriesDrives>MDT;MDT\tasks\;</CustomDirectoriesDrives>
<RecurseCustom>1</RecurseCustom>
<DialogTitle>Searching for your MDT Path...</DialogTitle>
<DialogText>Searching for files. This may take a few moments.</DialogText>
<ShowDialog>1</ShowDialog>
</Action>
</IR_ACTIONS_LIST>
Comment