Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Pasquall
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Pasquall

    @Pasquall

    0
    Reputation
    6
    Posts
    10
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Pasquall Follow

    Best posts made by Pasquall

    This user hasn't posted anything yet.

    Latest posts made by Pasquall

    • RE: How can I get the selected files in the File Picker?

      I found this two links than solved my problem parcially. Finnally I will be do in backEnd code.

      https://www.html5rocks.com/es/tutorials/file/dndfiles/
      https://www.html5rocks.com/es/tutorials/file/filesystem/#toc-file

      posted in Framework
      Pasquall
      Pasquall
    • How can I get the selected files in the File Picker?

      I try to use File Picker to select files from my system and then upload them to a folder with my form.

      I successfully loaded the files into the data variable, but for my next step I need these chosen files to load and I don’t know where they are stored inside File.

      When I inspect File I can see: { name, lastModified, lastModifiedDate, webkitRelativePath, size, type }

      Where is my File data to upload It?

      posted in Framework
      Pasquall
      Pasquall
    • RE: Error in QRange component?

      Perfect!! It’s Works! I need a extra modifications to my specific case but it’s works perfectly.

      Thanks

      posted in Framework
      Pasquall
      Pasquall
    • RE: Error in QRange component?

      Thank you. I try to do it that way and I tell you results.

      posted in Framework
      Pasquall
      Pasquall
    • RE: Error in QRange component?

      Here is the link to an example

      https://codepen.io/Pasquall/pen/gOpvyNq

      posted in Framework
      Pasquall
      Pasquall
    • Error in QRange component?

      I have seen that when modifying the value of the variable with JavaScript that is used in v-model within the range component this value is not modified instantly.

      This causes a form that will send a data, modified from JavaScript before, to send the data with the previous value and not with the modified one and associated with the variable “data.range.min” from JavaScript.

      Is this a bug or is it a feature?

      posted in Framework
      Pasquall
      Pasquall