Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread FILEUPLOADBUTTON
Fri, Aug 9 2013 8:54 AMPermanent Link

Paul Waegemans

IMS bvba

Avatar

I want to use the TFileUploadButton functionnality in my application.

After choosing the file to upload I see that the path name is not correct ( as mentioned in your help):

I see: C:\fakepath\Activities_overview_2010-06-08.PDF

How do I succeed to get the correct path and filename ?

If I try a hardcoded    FileUploadButton1.filename:='e:\betaalbewijzen\Activities_overview_2010-06-08.PDF';

The errormessage is : a value cannot be assigned to FileUploadButton1.filename  (normally this is a string).

Paul Waegemans
Fri, Aug 9 2013 10:29 AMPermanent Link

Matthew Jones

> How do I succeed to get the correct path and filename ?

I presume that you cannot. Ever. As the help says, it is highly browser dependent,
and this will be a security thing. If they don't give you the real path, you can't
go using that for hacking.

I note that it says that on iOS it is not supported. I hope that this actually is
now supported as I think you can select images now.

/Matthew Jones/
Wed, Aug 14 2013 1:51 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< I note that it says that on iOS it is not supported. I hope that this
actually is now supported as I think you can select images now. >>

I'll make sure that this is amended to note that the newer iOS versions
support it.

Tim Young
Elevate Software
www.elevatesoft.com
Image