Search

You searched for the word(s):
< 1 second(s)
  • Re: Options on sorted upload - Multi file select

    I figure let me post a followup to this incase it can help someone else. &nbsp; the second call is nessessary, so i figured if I needed to use one I might as well make it usefull. &nbsp; &nbsp; in the JS file where I call &nbsp; function CuteWebUI_AjaxUploader_OnPostback() { &nbsp; // grab some additional info &nbsp; &nbsp;var stock = ...
    Posted to PHP File Uploader (Forum) by D2Wheelz on March 25, 2011
  • Re: how can I set a REMOTE SERVER as the upload/browse path?

    i needed to do this and I think I ran into permission problems as well. &nbsp; the solution I resorted to was , uploading the file to a temp folder in the same domain,&nbsp; /uploadtemp&nbsp; ( whatever ). &nbsp; I set up ftp access to the folder i needed ,&nbsp; in the call back function of the uploader, called a php page to ftp the files to ...
    Posted to PHP File Uploader (Forum) by D2Wheelz on March 25, 2011
  • Options on sorted upload - Multi file select

    Requirement: &nbsp;files selected to be uploaded in alphanumneric order after select &nbsp; most camers are going to take photos in some type of&nbsp;sequential order : DSC001.jpg, DSC002.jpg, ... DSC014.jpg&nbsp;&nbsp;&nbsp; etc &nbsp; By Default if you select :&nbsp; photo1,&nbsp; then shift+photo14,&nbsp;&nbsp; the upload order is ...
    Posted to PHP File Uploader (Forum) by D2Wheelz on March 24, 2011