Jump to content

Search the Community

Showing results for tags 'fileupload'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 8 results

  1. Здравствуйте!!! В дебаге при прикреплении файлов размером 1.70 ГБ ошибка "Error Status = 0". Свойство MaxAllowedSize := 2000000000; Файлы размером 50мб - прикрепляются нормально. Подскажите, в чем может быть дело? UniFileUpload.mp4
  2. Hi everybody, I want to resize an image if the width is greater than 1000 pix and if it is i want to resize it. I'm using fileupload and loading the file to an imagecontrol and then i'm checking if the width is greater than 1000 pix, so far so good but i can't seem to find a resize function for the imagecontrol? Code below shows want i'm trying to do imgtest.LoadFromStream(AStream); if imgtest.Picture.Width > 1000 then begin // ShowMessage('bigger than 1000'); I want to change the size before i save it to destName imgtest.Picture.SaveToFile(destName); end;
  3. By setting FileUpload.Accept:= ''; and FileUpload.Capture:= ''; before FileUpload.Execute; we give the end user the options to choose - this is fine. However, how do we know from within the FileUploadCompleted event if it was a camera capture -or- library file ? This is very important as iOS camera images need rotating where as Library images do not.
  4. реально ли использовать в приложении компоненты TOpenDialog и TSaveDialog??? Столкнулся с проблемой отображения диалогового окна
  5. Hi, I was wondering if UniGui mobile has the feature to pick images from mobile using chrome or the default browser. The App give me the option to choose camera or gallery but when capture a new photo from camera or gallery and upload it to unigui server, the picture appears to be rotated. Also, there is no cropping/ editing the picture before uploading it to server. So, I was wondering how can I achieve this in unigui mobile? Any help will be appreciated. thanks in advance merolarosa
  6. Can we please have a better rendering for the FileUpload object for iPhone.
  7. skafy

    MultiFileUpload

    Is it possible to upload multiple file with TuniFileUpload.? I would like to use multi select when Windows file dialog opens.(on click Browse...)
  8. I have a mobile app that allows a user to upload images to the database. I click the upload button, after around 20 secs the application shows a message "Upload Error" with connection error in blue underneath this message. I have set the MaxAllowed size = 0. Has anyone any ideas on what I am doing wrong. The image size is around 1.5 megs. Russell
×
×
  • Create New...