Jump to content

FileUploader ... "C:\fakepath\.."


erich.wanker

Recommended Posts

Hello Farshad,

 

herer are the screenshots .. the testfile is a TXT file located on my desktop .. i tested it with files located on shared drives and other local folders .. the dialog shows always "C:\fakepath\ [filename]  

 

The upload works fine!

 

Nice greetings

 

 

 

The FileUpload is "Standard" - no special things or so ..

  object UniFileUpload1: TUniFileUpload
    OnCompleted = UniFileUpload1Completed
    Title = 'Daten'#252'bertragung'
    Messages.Uploading = 'Daten'#252'bertragung...'
    Messages.PleaseWait = 'Bitte warten...'
    Messages.Cancel = 'Abbruch'
    Messages.Processing = 'Datenbearbeitung...'
    Messages.UploadError = #220'bertragung fehlerhaft'
    Messages.Upload = 'Senden'
    Messages.NoFileError = 'Bitte w'#228'hlen Sie eine Datei aus'
    Messages.BrowseText = 'Browse...'
    Left = 746
    Top = 592
  end

post-1295-0-39915400-1444924993_thumb.jpg

post-1295-0-69822100-1444924998_thumb.jpg

Link to comment
Share on other sites

Hello,

 

I think that is a normal behavior of your browser, not related to uniGUI, it is something about security settings in your browser (search "fakepath" in Google, you'll find technical explanations if you are interested).

.

Anyway, I always had this "C:\fakepath" since I use TUniFileUpload (for years): files were always correctly uploaded.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...