Hi,
More and more often, one can see progress bars when uploading files from the PC to a server.
The most visible example is the attachment of documents in Gmail.
There are many components on the Internet out there. The client part (should it be in AJAX/HTML or Flex...) is not really an issue, I am more interested in the server-side part for most examples give out PHP script.
I was wondering whether this would be possible using BSP.
I believe that using:
o the method GET_DATA and its length parameter, it is possible to upload a file by chunks of few dozen kilobytes (I guess there is an optimum solution that satisfies packet fragmentation and so on... but that is not the point here, though I would be glad to hear some information about this!)
o file system to store the document with a guid (FM 'GUID_CREATE' may help)
o AJAX calls from the client to the server in order to get the progress of the upload
it is possible to achieve this.
Has anyone already tried this?
Many thanks in advance for your help.
Of course the next would be to make a BSP Extension out of this... 😊
Best regards,
Guillaume