Presale questions

Last post 10-24-2010, 11:06 PM by Adam. 12 replies.
Sort Posts: Previous Next
  •  10-18-2010, 6:22 AM 64468

    Presale questions


    Up until now I have been using DMXZone Pure ASP Uploader. There are many issues with it, not to mention it uses flash upload bar which is not customisable, doesn't support ajax etc...

    I'd like to purchase your script instead. I've read your documentation but I still have some questions from my experience with DMXZone uploader.

     

    I see you can still use request.form using your module? So the other form fields are not changed when I upload the classic way? Because I had great problem with DMXZone when I had to use UploadFormRequest instead of request.form which modified the other text forms and our latin2 characters gor lost in the process. First on Windows 2003, then on Windows 2008 it behaved differently...

    I just want to be sure that this module works with other text fields if I use it in classic way, to upload picture and some text fields. And the text fields have our characters like čš and đ and ž inside. Do they stil get properly submitted on all IIS versions?

    The other question I have is regarding the ajax use. As I see I can use the uploader so that upload get's work right away so I do not need to refresh page to submit form at all?

    My situation is this: I have now 5 file form fields with text box next to them that set picture description. Is this doable using AJAX somehow? If I let multiupload select 5 pictures they would be submitted without description of course, but what about using single file at a time and text box next to each upload field. Can I make submit a jquery AJAX submit? So that the picture progress bar would show, upload pictures and submit form (descriptions for this 5 pictures) all in a window without page refresh (I use jquery ajax form module for this).

    Sorry so many questions, hope you can shed me some light on this areas.

    Keep up the good work, I have an "eye" on your rich text editor also, mostly because you have a good image uploader component included. Can this component be included in TinyMCE for example also or is it dependant on your Rich editor?

    Yours

    Jerry

  •  10-18-2010, 10:49 AM 64475 in reply to 64468

    Re: Presale questions

    jerry2,
     
    Thanks for the interest.
     
    >> see you can still use request.form using your module? So the other form fields are not changed when I upload the classic way?
     
    The other form fields will not be changed when you use aspuploader.
     
    >>And the text fields have our characters like čš and đ and ž inside. Do they stil get properly submitted on all IIS versions?
     
    aspuploader will not do anything to other test fields.
     
    >>The other question I have is regarding the ajax use. As I see I can use the uploader so that upload get's work right away so I do not need to refresh page to submit form at all?
     
    aspuploader basically comes with 3 solution for uploading files.
     
    1. If aspuploader detects SilverLight is installed on your PC, It will use the SilverLight solution.
     
    2. If aspuploader detects Flash is installed on your PC, It will use the Flash solution.
     
    3. If aspuploader detects Iframe is supported on your Browser, It will use the Iframe solution. 
     
    For SilverLight and Flash solution, the page doesn't refresh at all.
     
    If your client machines don't have silverlight or flash installed, you still need to use Ajax.
     
    >>Can this component be included in TinyMCE for example also or is it dependant on your Rich editor?
     
    It can be used on any rich text editor and CMS.
     
    Hope it helps.
     
    Let me know if you have any further questions.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-18-2010, 12:00 PM 64478 in reply to 64475

    Re: Presale questions

    This is the forth time I write this, using fast replay it refreshes after a minute or two and I loose everything I wrote :-8 Also your text editor doesn't work ok in Opera, paste doesn't work, freezes the browser when word paste popup appears.

    About the component, I always thought using binary write you can not use normal form fields any longer, I guess you found solution to this :-)

    Are iframes supported on all major browsers + IE6? Do I have control over which solution is used? If I want to use the normal page refresh form submit, how do i cchoose iframe option?

    What about submiting my 5 file fields + 5 text fields together? The "normal" form submit way would work I guess? With progress window? What about ajax way, is it possible to use no refresh form submit not only for file fields but also for text fields at the same time? If not, can I use like jquery ajax form for that and the file fields would be submitted?

    Sorry so many questions... In what way is the demo crippled, maybe I can try implementing and see if it suits my needs. The module is still actively developed, even for ASP?

    Is there a way to buy image uploader for your RTE without RTE?

    Thanx

    Jerry

  •  10-19-2010, 9:47 PM 64514 in reply to 64478

    Re: Presale questions

    Still waiting answer...
  •  10-21-2010, 4:41 AM 64553 in reply to 64514

    Re: Presale questions

     ... 
  •  10-21-2010, 11:59 PM 64594 in reply to 64478

    Re: Presale questions

    >>Are iframes supported on all major browsers + IE6?
     
    Yes.
     
    >>Do I have control over which solution is used?
     
    Yes.
     
    >>If I want to use the normal page refresh form submit, how do i cchoose iframe option?
     
    Set UploadTypel to iframe.
     
    >>The "normal" form submit way would work I guess?
     
    Yes.
     
    >>With progress window?
     
    Yes.
     
    >>With progress window? What about ajax way, is it possible to use no refresh form submit not only for file fields but also for text fields at the same time?
     
    Yes.
     
    Demo:
     
     
    >>The module is still actively developed, even for ASP?
     
    Yes.
     
    It's still actively developed.
     
    A new build will be released soon.
     
    >>Is there a way to buy image uploader for your RTE without RTE?
     
    They are separate products.
     
    You can buy the uploader only.
     
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-22-2010, 8:44 AM 64630 in reply to 64594

    Re: Presale questions

    Last question:


    1. If I buy now and new version appears soon, do I have to buy again?

    2. I meant image uploade in RTE like image/file manager one, not the uploader that is a separate product. Can I somehow use the file/image manager separately as it seems there is no product with that functionality available from you.

  •  10-22-2010, 12:29 PM 64637 in reply to 64630

    Re: Presale questions

    Dear jerry2,
     
    1. If I buy now and new version appears soon, do I have to buy again?
     
    Minor version upgrade will be free.  We may charge the upgrade free for major version upgrade.
     
    2. I meant image uploade in RTE like image/file manager one, not the uploader that is a separate product. Can I somehow use the file/image manager separately as it seems there is no product with that functionality available from you.
     
     
    Thank you for asking
  •  10-22-2010, 12:31 PM 64638 in reply to 64630

    Re: Presale questions

  •  10-22-2010, 2:39 PM 64643 in reply to 64637

    Re: Presale questions

    Thanx for the info. But there is some buyer protection program? If I buy now and in 1 month there is a major release I don't have to pay for it? If there is a new version in 6 months I do of course, it is just a protection that immediately after I buy there is no need to pay again...

    If not, can you tell me how long till your new release you said is near will be out and I'll wait for the new release (but I'd rather buy now).

  •  10-22-2010, 3:41 PM 64645 in reply to 64643

    Re: Presale questions

    jerry2,
     
    Right now this product is very stable. We are focusing on add feature requests and fixing the bugs reported by clients. So we just release minor versions.
     
    We don't have plan to release major version for now. If the current browser technology improves a lot, we will consider rewriting the code and publish the major version release.
     
    Hope it helps.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-23-2010, 7:01 AM 64649 in reply to 64645

    Re: Presale questions

    Ah, I see, you will release a minor release soon, not a major one. Stability is better than new major releases, I agree... So I am free to buy it, I'll try to test it I see there is 30 dni trial and if everything works, I'll buy it. If I find some bugs (I ammlways do) should I let you know? To some personal email or via forum?
  •  10-24-2010, 11:06 PM 64661 in reply to 64649

    Re: Presale questions

    You can report the product bugs to support@cutesoft.net.
     
    For technical questions, please post into the forums.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML