Skip to main content

Not receiving direct upload callbacks in PHP

Comments

1 comment

  • Jeff Fried

    I've found one answer to my questions above: I can use the events generated by the jQuery plugin to get information about upload before, during, and after the upload and then post it to the backend.

    But I'm still curious about the PreloadedFile class. It seems like a mechanism to get ahold of information before a file is uploaded (from its name) and perhaps even modify or deny the upload.

    Are there any examples using this class? I haven't been able to find any.

    0

Post is closed for comments.