CFF KB - Carrz-Fox-Fire Promotions Knowledge Base

CFF KB is all about 1 thing: The Sharing of Knowledge and the Power we gain from it.
  • Breadrumbs:
  • Specified argument was out of the range of valid values.

  • CFF Knowledge Base - Share With Facebook CFF Knowledge Base - Share on Twitter CFF Knowledge Base - Share on Reddit CFF Knowledge Base - Share on Digg It CFF Knowledge Base - Share on Stumble Upon It CFF Knowledge Base - Share on Delicious
    Share With Friends (Updated 6-8-2010)
  • Article ID:
    218
  • Date Created
    Sunday, February 10, 2019
  • This Article Has been Viewed
    773 times
  • Short Desc
    When using a Flash upload script to upload files to a Windows 2016 Server, you must have the proper permissions set on the folder the files are going to be uploaded to.
  • Details
    Flash Upload scripts used under the new Windows 2016 server environment need special permission to write to the folder. If the folder does not have this permission you will get the error:

    System.ArgumentOutOfRangeException: 'Specified argument was out of the range of valid values.
    Parameter name: startIndex'
  • Recreate Issue
    The folder in question did not have the proper permission set for it, in which case, caused the script to not run.
    This mainly happens with Upload scripts that use Flash uploaders.
    I am not entirely certain if this is the only cause, with it being Flash.
    However, it is the issue in the case of this particular issue.
  • Resolve Issue
    To Resolve this issue.

    Browse to the folder the website is located in.
    Right Click on the Folder and choose [Properties]
    Next, choose the [Security] Tab
    Click the [Edit] button
    Then, click [Add...]
    Next, type in the following name: Authenticated Users
    Click [OK]
    Click [Apply]
    Click [OK]
    Click [OK] on the Last tab
    And now you should be able to reload the page, and it should work as expected.